psutil: Upgraded to 5.4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-03-28 08:47:30 +07:00
parent d7ee454988
commit 2579febc40
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -26,7 +26,7 @@
# #
PRGNAM=psutil PRGNAM=psutil
VERSION=${VERSION:-5.4.0} VERSION=${VERSION:-5.4.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_csb} TAG=${TAG:-_csb}
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac esac
fi fi
wget -c https://github.com/giampaolo/psutil/archive/release-5.4.0/psutil-release-5.4.0.tar.gz wget -c https://github.com/giampaolo/psutil/archive/release-${VERSION}/psutil-release-${VERSION}.tar.gz
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}