mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
libgtop: Upgraded to 2.36.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
87098741b5
commit
a8021588cb
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue