libgtop: Upgraded to 2.34.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-04-25 07:47:00 +07:00
parent 7e67903f3c
commit bfa21bbf91

View file

@ -3,7 +3,7 @@
# Slackware build script for libgtop
# Copyright 2008 Stylianos Tsampas <ztsampas@otenet.gr>
# Copyright 2013-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2013-2016 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.32.0}
VERSION=${VERSION:-2.34.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.32/$PRGNAM-$VERSION.tar.xz
wget -c http://ftp.gnome.org/pub/gnome/sources/libgtop/2.34/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}