mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
zenity: Upgraded to 3.44.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
2819672bfe
commit
ac7443dcb9
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# Modified by Willy Sudiarto Raharjo for CSB Project
|
||||
|
||||
PRGNAM=zenity
|
||||
VERSION=${VERSION:-3.42.1}
|
||||
VERSION=${VERSION:-3.44.1}
|
||||
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.42/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c http://ftp.acc.umu.se/pub/gnome/sources/zenity/3.44/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Reference in a new issue