diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-29 13:35:05 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-29 17:08:24 +0300 |
commit | 9897933b009de792f7b25617d2122b2e12c462da (patch) | |
tree | e41aeba07085e77d289cb8064275dbf2d5f7af6d /dev-libs/http-fetcher/http-fetcher-1.1.0-r2.ebuild | |
parent | dev-libs/fddl: use HTTPS (diff) | |
download | gentoo-9897933b009de792f7b25617d2122b2e12c462da.tar.gz gentoo-9897933b009de792f7b25617d2122b2e12c462da.tar.bz2 gentoo-9897933b009de792f7b25617d2122b2e12c462da.zip |
dev-libs/http-fetcher: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/http-fetcher/http-fetcher-1.1.0-r2.ebuild')
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.1.0-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0-r2.ebuild b/dev-libs/http-fetcher/http-fetcher-1.1.0-r2.ebuild index f8a27b05eb80..91a857a37421 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.1.0-r2.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.1.0-r2.ebuild @@ -8,16 +8,15 @@ inherit autotools MY_P="${P/-/_}" DESCRIPTION="Library for downloading files via HTTP using the GET method" -HOMEPAGE="http://http-fetcher.sourceforge.net" +HOMEPAGE="https://http-fetcher.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 ppc x86" IUSE="debug" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-1.1.0-underquoted-http-fetcher-macro.patch ) |