mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
zenity: Upgraded to 3.24.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
34ded44cdf
commit
ac9f5a1e0d
2 changed files with 3 additions and 3 deletions
2
deps/zenity/slack-desc
vendored
2
deps/zenity/slack-desc
vendored
|
@ -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:
|
||||
|
|
4
deps/zenity/zenity.SlackBuild
vendored
4
deps/zenity/zenity.SlackBuild
vendored
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue