diff options
-rw-r--r-- | python/psutil/psutil.SlackBuild | 4 | ||||
-rw-r--r-- | python/psutil/psutil.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild index f5001b7349..825aee6822 100644 --- a/python/psutil/psutil.SlackBuild +++ b/python/psutil/psutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for psutil -# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com> # 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=psutil -VERSION=${VERSION:-5.0.0} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/psutil/psutil.info b/python/psutil/psutil.info index 97598cd408..4b44b8cd7b 100644 --- a/python/psutil/psutil.info +++ b/python/psutil/psutil.info @@ -1,8 +1,8 @@ PRGNAM="psutil" -VERSION="5.0.0" +VERSION="5.1.0" HOMEPAGE="https://github.com/giampaolo/psutil" -DOWNLOAD="https://github.com/giampaolo/psutil/archive/release-5.0.0/psutil-release-5.0.0.tar.gz" -MD5SUM="bb0a510ecf4aa85ad3c250fb3db92078" +DOWNLOAD="https://github.com/giampaolo/psutil/archive/release-5.1.0/psutil-release-5.1.0.tar.gz" +MD5SUM="2e193f552b947cbbe2205e3981ec0c0d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |