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