python/python3-executing: Version bump to 2.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
779fe3db38
commit
f303c3704a
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-executing
|
||||
SRCNAM=executing
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-executing"
|
||||
VERSION="1.2.0"
|
||||
VERSION="2.0.0"
|
||||
HOMEPAGE="https://github.com/alexmojaki/executing"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-1.2.0.tar.gz"
|
||||
MD5SUM="e6fa9a6abf00555ccc8a6b3524729238"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-2.0.0.tar.gz"
|
||||
MD5SUM="c75dff7f11e8ae91c9f30fe116423b60"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue