diff --git a/zenity/slack-desc b/zenity/slack-desc index 1f733ba..47e6666 100644 --- a/zenity/slack-desc +++ b/zenity/slack-desc @@ -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: diff --git a/zenity/zenity.SlackBuild b/zenity/zenity.SlackBuild index 778f05b..f80abbd 100644 --- a/zenity/zenity.SlackBuild +++ b/zenity/zenity.SlackBuild @@ -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}