mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
gtksourceview3: Use HTTPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
aee0ae0d30
commit
2fbf551f4e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
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)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/msb}
|
TMP=${TMP:-/tmp/msb}
|
||||||
|
|
Loading…
Reference in a new issue