diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-03-10 20:37:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:59 +0700 |
commit | e6a39088e88b50f95415841657717381c7444f75 (patch) | |
tree | b761776d8fe5daf23f6f25f0594adf5d976bae13 /python/trollius | |
parent | 282e060c6d8feeacbce7175e4ba2ee532e606766 (diff) | |
download | slackbuilds-e6a39088e88b50f95415841657717381c7444f75.tar.gz |
python/trollius: Updated for version 2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/trollius')
-rw-r--r-- | python/trollius/trollius.SlackBuild | 4 | ||||
-rw-r--r-- | python/trollius/trollius.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/trollius/trollius.SlackBuild b/python/trollius/trollius.SlackBuild index af951b0909..e44a787de1 100644 --- a/python/trollius/trollius.SlackBuild +++ b/python/trollius/trollius.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for trollius -# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=trollius -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/trollius/trollius.info b/python/trollius/trollius.info index 372add3e89..576ee16721 100644 --- a/python/trollius/trollius.info +++ b/python/trollius/trollius.info @@ -1,8 +1,8 @@ PRGNAM="trollius" -VERSION="2.1" +VERSION="2.2" HOMEPAGE="https://github.com/haypo/trollius" -DOWNLOAD="https://pypi.python.org/packages/6e/72/5940cfb765488cfe1b62883a0d0e5438f4fc17cfefd4fb4654a5982be852/trollius-2.1.tar.gz" -MD5SUM="0b36ff1057cb5a93befe7d8ef0edcbf8" +DOWNLOAD="https://pypi.python.org/packages/98/47/000d403a209e5d0c2753feabd3bbbd09a11e32652899abffc1ef5d5c0abb/trollius-2.2.tar.gz" +MD5SUM="2e8f57baa85b87ddbc39fd946b04d3ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six futures" |