mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-13 20:01:46 +01:00
psutil: Upgraded to 5.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
d7ee454988
commit
2579febc40
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
|
||||
PRGNAM=psutil
|
||||
VERSION=${VERSION:-5.4.0}
|
||||
VERSION=${VERSION:-5.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
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)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Reference in a new issue