diff options
-rw-r--r-- | development/wheel/wheel.SlackBuild | 2 | ||||
-rw-r--r-- | development/wheel/wheel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild index 8c874bc7b1..436cd1225b 100644 --- a/development/wheel/wheel.SlackBuild +++ b/development/wheel/wheel.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wheel -VERSION=${VERSION:-0.25.0} +VERSION=${VERSION:-0.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/wheel/wheel.info b/development/wheel/wheel.info index afd1bf6397..a314c00425 100644 --- a/development/wheel/wheel.info +++ b/development/wheel/wheel.info @@ -1,8 +1,8 @@ PRGNAM="wheel" -VERSION="0.25.0" +VERSION="0.26.0" HOMEPAGE="http://bitbucket.org/pypa/wheel/" -DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.25.0.tar.gz" -MD5SUM="ef51b84dc2a5a3ca87e822210b832508" +DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.26.0.tar.gz" +MD5SUM="4cfc6e7e3dc7377d0164914623922a10" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |