mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
gupnp: Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
ab7ef94748
commit
d36484b319
2 changed files with 2 additions and 2 deletions
2
deps/gupnp/gupnp.SlackBuild
vendored
2
deps/gupnp/gupnp.SlackBuild
vendored
|
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
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)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/msb}
|
TMP=${TMP:-/tmp/msb}
|
||||||
|
|
2
deps/gupnp/slack-desc
vendored
2
deps/gupnp/slack-desc
vendored
|
@ -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: It provides the same set of features as libupnp, but shields the
|
||||||
gupnp: developer from most of UPnP's internals.
|
gupnp: developer from most of UPnP's internals.
|
||||||
gupnp:
|
gupnp:
|
||||||
gupnp: Homepage: http://wiki.gnome.org/GUPnP/
|
gupnp: Homepage: https://github.com/GNOME/gupnp/
|
||||||
gupnp:
|
gupnp:
|
||||||
|
|
Loading…
Reference in a new issue