Browse Source
python/python3-wurlitzer: Update for 3.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
isaackwy
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-wurlitzer/python3-wurlitzer.SlackBuild
-
python/python3-wurlitzer/python3-wurlitzer.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-wurlitzer |
|
|
|
VERSION=${VERSION:-3.1.0} |
|
|
|
VERSION=${VERSION:-3.1.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-wurlitzer" |
|
|
|
VERSION="3.1.0" |
|
|
|
VERSION="3.1.1" |
|
|
|
HOMEPAGE="https://github.com/minrk/wurlitzer" |
|
|
|
DOWNLOAD="https://github.com/minrk/wurlitzer/archive/3.1.0/wurlitzer-3.1.0.tar.gz" |
|
|
|
MD5SUM="ce760bfc29daedca7cab4e7847d934ec" |
|
|
|
DOWNLOAD="https://github.com/minrk/wurlitzer/archive/3.1.1/wurlitzer-3.1.1.tar.gz" |
|
|
|
MD5SUM="756ee5d9f8357d1c816ccc256e6ea72f" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|