mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/python3-xcffib: Update for 1.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0429ed5340
commit
29efa06427
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-xcffib
|
||||
SRCNAM=$( echo $PRGNAM | cut -d- -f2- )
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-xcffib"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="https://github.com/tych0/xcffib"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.3.0.tar.gz"
|
||||
MD5SUM="b2a70a1f8ee50ae2c47ee18963ce2f05"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.4.0.tar.gz"
|
||||
MD5SUM="9e56ec3c75f6c81901a8a469edf78eeb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue