mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
libgee: Upgraded to 0.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
ad98fe0e8c
commit
12059da876
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# Modified by Willy Sudiarto Raharjo for CSB Project
|
||||
|
||||
PRGNAM=libgee
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
VERSION=${VERSION:-0.16.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -19,7 +19,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://ftp.gnome.org/pub/gnome/sources/libgee/0.14/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c http://ftp.gnome.org/pub/gnome/sources/libgee/0.16/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Reference in a new issue