summaryrefslogtreecommitdiffstats
path: root/python/psutil/psutil.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali2016-10-29 02:26:19 +0200
committer Willy Sudiarto Raharjo2016-11-05 01:16:16 +0100
commit78e0d8358ef6f65a6b2585210a016f1358212031 (patch)
treeb332711b4d77cc10937f94eb6a9cc823e6db5466 /python/psutil/psutil.SlackBuild
parente7e0459855fe232fd02a85455f19f8e7d333be2a (diff)
downloadslackbuilds-78e0d8358ef6f65a6b2585210a016f1358212031.tar.gz
python/psutil: Updated for version 4.4.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/psutil/psutil.SlackBuild')
-rw-r--r--python/psutil/psutil.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild
index 4e575df79d..b14c843c58 100644
--- a/python/psutil/psutil.SlackBuild
+++ b/python/psutil/psutil.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=psutil
-VERSION=${VERSION:-4.3.1}
+VERSION=${VERSION:-4.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac