diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-07-09 15:02:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-13 07:47:24 +0700 |
commit | 82f3a424f5954966b69c2e32bac572ca9884588e (patch) | |
tree | d991d50851598c1aca8cecdf6cbc3aa50f593e23 /python/python2-psutil/python2-psutil.SlackBuild | |
parent | 49fea765d12347b4d6d0fc57fad175374d122c36 (diff) |
python/python2-psutil: Updated for version 6.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-psutil/python2-psutil.SlackBuild')
-rw-r--r-- | python/python2-psutil/python2-psutil.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-psutil/python2-psutil.SlackBuild b/python/python2-psutil/python2-psutil.SlackBuild index 65082e16a3..76726a06db 100644 --- a/python/python2-psutil/python2-psutil.SlackBuild +++ b/python/python2-psutil/python2-psutil.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-psutil SRCNAM=${PRGNAM#python2-*} -VERSION=${VERSION:-5.9.8} +VERSION=${VERSION:-6.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |