diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-05-06 20:36:05 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-11 07:20:53 +0700 |
commit | 408b04c86306410cfa4ae5907c0c1dc08e400b00 (patch) | |
tree | c98f29bf443d8812a9de3dace4929e0524d3f523 | |
parent | 991103aa3b2d61d2f34fd1201205e1467fc27775 (diff) | |
download | slackbuilds-408b04c86306410cfa4ae5907c0c1dc08e400b00.tar.gz |
python/python-xcffi: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/python-xcffib/python-xcffib.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-xcffib/python-xcffib.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-xcffib/python-xcffib.SlackBuild b/python/python-xcffib/python-xcffib.SlackBuild index 11f4681040..7a789e632d 100644 --- a/python/python-xcffib/python-xcffib.SlackBuild +++ b/python/python-xcffib/python-xcffib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-xcffib -# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-xcffib SRCNAM=$(echo $PRGNAM | cut -c8-13) -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-xcffib/python-xcffib.info b/python/python-xcffib/python-xcffib.info index 85c9513c73..d15baa83eb 100644 --- a/python/python-xcffib/python-xcffib.info +++ b/python/python-xcffib/python-xcffib.info @@ -1,8 +1,8 @@ PRGNAM="python-xcffib" -VERSION="0.6.0" +VERSION="0.8.0" HOMEPAGE="https://github.com/tych0/xcffib" -DOWNLOAD="https://pypi.python.org/packages/e0/36/e35d6fc422486aa9aae679b7427d3a9d453d7646d43d534cdbfb48402797/xcffib-0.6.0.tar.gz" -MD5SUM="9014d1ee428be59a3505524b54da874f" +DOWNLOAD="https://files.pythonhosted.org/packages/4d/ad/539c81361452f099fe424c8ad450b7f3262abd54944885a5678da75c1c9d/xcffib-0.8.0.tar.gz" +MD5SUM="0d58fcb2e61bc358bcd893507b68fcc9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six cffi" |