gupnp: Switch to https.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-27 21:22:04 +07:00
parent ab7ef94748
commit d36484b319
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://download.gnome.org/sources/$PRGNAM/1.0/$PRGNAM-$VERSION.tar.xz
wget -c https://download.gnome.org/sources/$PRGNAM/1.0/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}

View file

@ -8,5 +8,5 @@ gupnp: The GUPnP API is intended to be easy to use, efficient and flexible.
gupnp: It provides the same set of features as libupnp, but shields the
gupnp: developer from most of UPnP's internals.
gupnp:
gupnp: Homepage: http://wiki.gnome.org/GUPnP/
gupnp: Homepage: https://github.com/GNOME/gupnp/
gupnp: