mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
zenity: Upgraded to 3.24.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
a8021588cb
commit
ebc04a7c4d
2 changed files with 3 additions and 3 deletions
|
@ -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: 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:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Modified by Willy Sudiarto Raharjo for CSB Project
|
||||
|
||||
PRGNAM=zenity
|
||||
VERSION=${VERSION:-3.22.0}
|
||||
VERSION=${VERSION:-3.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -17,7 +17,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
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)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Reference in a new issue