libgtop: Update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-11-05 21:16:01 +07:00
parent e7aac5b9d3
commit 45ee7a65a3
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://download.gnome.org/sources/libgtop/2.38/$PRGNAM-$VERSION.tar.xz
wget -c http://ftp.acc.umu.se/pub/GNOME/sources/libgtop/2.38/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}