mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/python-executing: Updated for version 0.10.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
5787e29006
commit
cef597fc44
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python-executing
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-executing"
|
||||
VERSION="0.9.1"
|
||||
VERSION="0.10.0"
|
||||
HOMEPAGE="https://github.com/alexmojaki/executing"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-0.9.1.tar.gz"
|
||||
MD5SUM="579b895b996d8f041f40508911789c87"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-0.10.0.tar.gz"
|
||||
MD5SUM="e42487c3caf5bf06b80f4b5195429059"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue