mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
yelp-tools: Upgraded to 3.32.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
56ced75e60
commit
bc6683bb32
1 changed files with 2 additions and 2 deletions
4
deps/yelp-tools/yelp-tools.SlackBuild
vendored
4
deps/yelp-tools/yelp-tools.SlackBuild
vendored
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yelp-tools
|
||||
VERSION=${VERSION:-3.28.0}
|
||||
VERSION=${VERSION:-3.32.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
|
@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://ftp.gnome.org/pub/gnome/sources/yelp-tools/3.28/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c http://ftp.gnome.org/pub/gnome/sources/yelp-tools/3.32/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/msb}
|
||||
|
|
Loading…
Reference in a new issue