mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/python-executing: Updated for version 1.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
44dcc2e2b7
commit
54023430cf
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python-executing
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-executing"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="https://github.com/alexmojaki/executing"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-1.0.0.tar.gz"
|
||||
MD5SUM="3aefffd67c7e7545ec4d5ba9d1b6dce8"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-1.1.0.tar.gz"
|
||||
MD5SUM="db30042e339079c50b275232cb64b537"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue