From a8021588cbd8621f4d81fc30f0d13b1ab42e254b Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 29 Apr 2017 13:57:56 +0700 Subject: [PATCH] libgtop: Upgraded to 2.36.0. Signed-off-by: Willy Sudiarto Raharjo --- libgtop/libgtop.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libgtop/libgtop.SlackBuild b/libgtop/libgtop.SlackBuild index 1cbbbaf..90d6f80 100644 --- a/libgtop/libgtop.SlackBuild +++ b/libgtop/libgtop.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for libgtop # Copyright 2008 Stylianos Tsampas -# Copyright 2013-2016 Willy Sudiarto Raharjo +# Copyright 2013-2017 Willy Sudiarto Raharjo # 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}