mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
libunique3: Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
fdfcb0e4ff
commit
c196ce5bf8
1 changed files with 1 additions and 1 deletions
2
deps/libunique3/libunique3.SlackBuild
vendored
2
deps/libunique3/libunique3.SlackBuild
vendored
|
@ -40,7 +40,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c http://ftp.gnome.org/pub/gnome/sources/libunique/3.0/$SRCNAM-$VERSION.tar.xz
|
wget -c https://download.gnome.org/sources/$SRCNAM/3.0/$SRCNAM-$VERSION.tar.xz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/msb}
|
TMP=${TMP:-/tmp/msb}
|
||||||
|
|
Loading…
Reference in a new issue