mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
vala: Use https version of GNOME url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
276e550ff6
commit
3dde71ab74
1 changed files with 1 additions and 1 deletions
2
deps/vala/vala.SlackBuild
vendored
2
deps/vala/vala.SlackBuild
vendored
|
@ -37,7 +37,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://ftp.gnome.org/pub/GNOME/sources/$PRGNAM/0.36/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c https://download.gnome.org/sources/$PRGNAM/0.36/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/msb}
|
||||
|
|
Loading…
Reference in a new issue