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