diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-09 20:53:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-15 10:34:06 +0200 |
commit | 53301f78cea7f8fffa32759382ef18c1ddd8be9a (patch) | |
tree | 079aa2037fefa89b988457e16f8522b5940605e8 /net-libs | |
parent | app-arch/atool: EAPI7 bump, use HTTPS (diff) | |
download | gentoo-53301f78cea7f8fffa32759382ef18c1ddd8be9a.tar.gz gentoo-53301f78cea7f8fffa32759382ef18c1ddd8be9a.tar.bz2 gentoo-53301f78cea7f8fffa32759382ef18c1ddd8be9a.zip |
net-libs/libupnpp: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11645
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.16.1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.17.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild index a9708d584ec7..86d95189100c 100644 --- a/net-libs/libupnpp/libupnpp-0.16.1.ebuild +++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay" -HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli" +HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli" SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild index 3806b746ec9c..cdc9273992ba 100644 --- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild +++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay" -HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli" +HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli" SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz" LICENSE="GPL-2" |