Browse Source
python/python3-billiard: updated for version 4.2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/334/head
Arn0
1 month 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-billiard/python3-billiard.SlackBuild
-
python/python3-billiard/python3-billiard.info
|
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-billiard |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-4.2.1} |
|
|
|
VERSION=${VERSION:-4.2.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-billiard" |
|
|
|
VERSION="4.2.1" |
|
|
|
VERSION="4.2.2" |
|
|
|
HOMEPAGE="https://github.com/celery/billiard" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/b/billiard/billiard-4.2.1.tar.gz" |
|
|
|
MD5SUM="67dfb22a28126cfdbfe9f8e0bcdc177d" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/b/billiard/billiard-4.2.2.tar.gz" |
|
|
|
MD5SUM="1a8af97920c18df4480ffc1515273f6c" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|