mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
yelp: Use https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
7eb3611be8
commit
e6885b5116
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c ftp://ftp.gnome.org/pub/gnome/sources/yelp/3.26/$PRGNAM-$VERSION.tar.xz
|
wget -c https://download.gnome.org/core/3.26/3.26.0/sources/$PRGNAM-$VERSION.tar.xz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/msb}
|
TMP=${TMP:-/tmp/msb}
|
||||||
|
|
Loading…
Reference in a new issue