diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/pyarchey/pyarchey.SlackBuild | 4 | ||||
-rw-r--r-- | system/pyarchey/pyarchey.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/pyarchey/pyarchey.SlackBuild b/system/pyarchey/pyarchey.SlackBuild index 957123e14a..bcc3bf688f 100644 --- a/system/pyarchey/pyarchey.SlackBuild +++ b/system/pyarchey/pyarchey.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyarchey -# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015 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=pyarchey -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/pyarchey/pyarchey.info b/system/pyarchey/pyarchey.info index 933fdf9c10..7d480b56a3 100644 --- a/system/pyarchey/pyarchey.info +++ b/system/pyarchey/pyarchey.info @@ -1,8 +1,8 @@ PRGNAM="pyarchey" -VERSION="0.6.1" +VERSION="0.6.2" HOMEPAGE="https://github.com/walchko/pyarchey" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyarchey/pyarchey-0.6.1.tar.gz" -MD5SUM="73796165adfb86e730ccb4c87b018ddc" +DOWNLOAD="https://pypi.python.org/packages/source/p/pyarchey/pyarchey-0.6.2.tar.gz" +MD5SUM="c48f20072d1a167140a3f91b4bf3e597" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools psutil" |