zenity: Upgraded to 3.24.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-29 13:59:42 +07:00
parent a8021588cb
commit ebc04a7c4d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ zenity: Zenity is a tool that allows you to display Gtk+ dialog boxes from
zenity: the command line and through shell scripts. It is similar to zenity: the command line and through shell scripts. It is similar to
zenity: gdialog, but is intended to be saner. zenity: gdialog, but is intended to be saner.
zenity: zenity:
zenity: Homepage: http://live.gnome.org/Zenity zenity: Homepage: https://github.com/GNOME/zenity
zenity: zenity:
zenity: zenity:
zenity: zenity:

View file

@ -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.22.0} VERSION=${VERSION:-3.24.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.22/$PRGNAM-$VERSION.tar.xz wget -c http://ftp.acc.umu.se/pub/gnome/sources/zenity/3.24/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}