mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
pangox-compat: Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
c196ce5bf8
commit
00f3935170
1 changed files with 2 additions and 4 deletions
6
deps/pangox-compat/pangox-compat.SlackBuild
vendored
6
deps/pangox-compat/pangox-compat.SlackBuild
vendored
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for pangox-compat.
|
||||
|
||||
# Copyright 2013 Mathew Holleran.
|
||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -36,9 +36,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://download.gnome.org/sources/$PRGNAM/0.0/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
|
||||
wget -c https://download.gnome.org/sources/$PRGNAM/0.0/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/msb}
|
||||
|
|
Loading…
Reference in a new issue