diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-02-03 09:13:30 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:44 +0700 |
commit | de70a5b16c717ae8aef09ee084e65360d21f07ff (patch) | |
tree | aecae54609635e8fbbc21a149d67d290439d3fe5 /python/psutil | |
parent | f032dbb3dfa1c5562f2a27844214e5466bc05b6f (diff) | |
download | slackbuilds-de70a5b16c717ae8aef09ee084e65360d21f07ff.tar.gz |
python/psutil: Updated for version 5.1.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/psutil')
-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="" |