mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-13 20:01:46 +01:00
gnome-common: Upgraded to 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
27c5267729
commit
26fb902966
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
# Modified by Willy Sudiarto Raharjo for CSB Project
|
||||
|
||||
PRGNAM=gnome-common
|
||||
VERSION=${VERSION:-3.14.0}
|
||||
VERSION=${VERSION:-3.18.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -38,7 +38,7 @@ ARCH=noarch
|
|||
|
||||
set -e
|
||||
|
||||
wget -c http://ftp.gnome.org/pub/gnome/sources/gnome-common/3.14/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c http://ftp.gnome.org/pub/gnome/sources/gnome-common/3.18/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
Loading…
Reference in a new issue