libgtop: Upgraded to 2.36.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-29 13:57:56 +07:00
parent 87098741b5
commit a8021588cb
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -3,7 +3,7 @@
# Slackware build script for libgtop
# Copyright 2008 Stylianos Tsampas <ztsampas@otenet.gr>
# Copyright 2013-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
# Modified by Willy Sudiarto Raharjo for CSB Project
PRGNAM=libgtop
VERSION=${VERSION:-2.34.1}
VERSION=${VERSION:-2.36.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://ftp.gnome.org/pub/gnome/sources/libgtop/2.34/$PRGNAM-$VERSION.tar.xz
wget -c https://download.gnome.org/sources/libgtop/2.36/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}