Browse Source
python/python3-executing: Version bump to 2.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
Jeremy Hansen
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-executing/python3-executing.SlackBuild
-
python/python3-executing/python3-executing.info
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-executing |
|
|
|
SRCNAM=executing |
|
|
|
VERSION=${VERSION:-2.2.0} |
|
|
|
VERSION=${VERSION:-2.2.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-executing" |
|
|
|
VERSION="2.2.0" |
|
|
|
VERSION="2.2.1" |
|
|
|
HOMEPAGE="https://github.com/alexmojaki/executing" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-2.2.0.tar.gz" |
|
|
|
MD5SUM="6d79de70b73814ee0ac523140c47714f" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-2.2.1.tar.gz" |
|
|
|
MD5SUM="02588d10820c930874def80b2fb60c4e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|