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-27 19:53:00 +07:00
parent 34ded44cdf
commit ac9f5a1e0d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,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: gdialog, but is intended to be saner.
zenity:
zenity: Homepage: http://live.gnome.org/Zenity
zenity: Homepage: https://github.com/GNOME/zenity
zenity:
zenity:
zenity:

View file

@ -5,7 +5,7 @@
# Modified by Willy Sudiarto Raharjo for MSB Project
PRGNAM=zenity
VERSION=${VERSION:-3.22.0}
VERSION=${VERSION:-3.24.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -17,7 +17,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://download.gnome.org/sources/$PRGNAM/3.22/$PRGNAM-$VERSION.tar.xz
wget -c https://download.gnome.org/sources/$PRGNAM/3.24/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}