gtksourceview3: Use HTTPS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2020-03-03 22:31:51 +07:00
parent aee0ae0d30
commit 2fbf551f4e
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://ftp.acc.umu.se/pub/GNOME/sources/$SRCNAM/3.24/$SRCNAM-$VERSION.tar.xz
wget -c https://ftp.acc.umu.se/pub/GNOME/sources/$SRCNAM/3.24/$SRCNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}