diff options
-rw-r--r-- | development/wheel/wheel.SlackBuild | 4 | ||||
-rw-r--r-- | development/wheel/wheel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild index 436cd1225b..2bc2323652 100644 --- a/development/wheel/wheel.SlackBuild +++ b/development/wheel/wheel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wheel -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 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=wheel -VERSION=${VERSION:-0.26.0} +VERSION=${VERSION:-0.29.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/wheel/wheel.info b/development/wheel/wheel.info index 7c13c95336..9f8e1b2de1 100644 --- a/development/wheel/wheel.info +++ b/development/wheel/wheel.info @@ -1,8 +1,8 @@ PRGNAM="wheel" -VERSION="0.26.0" +VERSION="0.29.0" HOMEPAGE="http://bitbucket.org/pypa/wheel/" -DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.26.0.tar.gz" -MD5SUM="4cfc6e7e3dc7377d0164914623922a10" +DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.29.0.tar.gz" +MD5SUM="555a67e4507cedee23a0deb9651e452f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |