mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
libgxps: Use HTTPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
b55d087fd0
commit
ea4553beed
1 changed files with 1 additions and 1 deletions
2
deps/libgxps/libgxps.SlackBuild
vendored
2
deps/libgxps/libgxps.SlackBuild
vendored
|
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://ftp.acc.umu.se/pub/GNOME/sources/libgxps/0.3/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c https://ftp.acc.umu.se/pub/GNOME/sources/libgxps/0.3/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/msb}
|
||||
|
|
Loading…
Reference in a new issue