diff options
author | 2024-06-29 13:40:06 +0200 | |
---|---|---|
committer | 2024-06-29 17:08:25 +0300 | |
commit | 89032ba85370d2c3572f3b7fc2c64a2fdcab794b (patch) | |
tree | a351f68e5ddde00a6feb0732442e54d7a233e660 /dev-libs/xmlrpc-c | |
parent | dev-libs/papi: use HTTPS (diff) | |
download | gentoo-89032ba85370d2c3572f3b7fc2c64a2fdcab794b.tar.gz gentoo-89032ba85370d2c3572f3b7fc2c64a2fdcab794b.tar.bz2 gentoo-89032ba85370d2c3572f3b7fc2c64a2fdcab794b.zip |
dev-libs/xmlrpc-c: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37356
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/xmlrpc-c')
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.54.05-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.54.06.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05-r2.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05-r2.ebuild index 2fc77c21f14f..75dc10c802a6 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05-r2.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05-r2.ebuild @@ -5,13 +5,13 @@ EAPI=8 inherit toolchain-funcs -# Upstream maintains 3 release channels: http://xmlrpc-c.sourceforge.net/release.html +# Upstream maintains 3 release channels: https://xmlrpc-c.sourceforge.net/release.html # 1. Only the "Super Stable" series is released as a tarball -# 2. SVN tagging of releases seems spotty: http://svn.code.sf.net/p/xmlrpc-c/code/release_number/ +# 2. SVN tagging of releases seems spotty: https://svn.code.sf.net/p/xmlrpc-c/code/release_number/ # Because of this, we are following the "Super Stable" release channel DESCRIPTION="A lightweight RPC library based on XML and HTTP" -HOMEPAGE="http://xmlrpc-c.sourceforge.net/" +HOMEPAGE="https://xmlrpc-c.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" LICENSE="BSD" diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.06.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.54.06.ebuild index 8969179a335b..43e7f427799f 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.06.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.54.06.ebuild @@ -5,13 +5,13 @@ EAPI=8 inherit toolchain-funcs -# Upstream maintains 3 release channels: http://xmlrpc-c.sourceforge.net/release.html +# Upstream maintains 3 release channels: https://xmlrpc-c.sourceforge.net/release.html # 1. Only the "Super Stable" series is released as a tarball -# 2. SVN tagging of releases seems spotty: http://svn.code.sf.net/p/xmlrpc-c/code/release_number/ +# 2. SVN tagging of releases seems spotty: https://svn.code.sf.net/p/xmlrpc-c/code/release_number/ # Because of this, we are following the "Super Stable" release channel DESCRIPTION="A lightweight RPC library based on XML and HTTP" -HOMEPAGE="http://xmlrpc-c.sourceforge.net/" +HOMEPAGE="https://xmlrpc-c.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" LICENSE="BSD" |