mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
yelp-tools: Upgraded to 3.28.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
aa84928a18
commit
261c59cc99
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.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=yelp-tools
|
PRGNAM=yelp-tools
|
||||||
VERSION=${VERSION:-3.18.0}
|
VERSION=${VERSION:-3.28.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c https://download.gnome.org/sources/$PRGNAM/3.18/$PRGNAM-$VERSION.tar.xz
|
wget -c http://ftp.gnome.org/pub/gnome/sources/yelp-tools/3.28/$PRGNAM-$VERSION.tar.xz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/msb}
|
TMP=${TMP:-/tmp/msb}
|
||||||
|
|
Loading…
Reference in a new issue