commit:     0c5de5811c7db104203c65801120f7a496626521
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 12:16:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 12:16:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5de581

net-misc/curl: fix HOMEPAGE + SRC_URI

See https://daniel.haxx.se/blog/2020/11/04/the-journey-to-a-curl-domain/.

Closes: https://bugs.gentoo.org/888069
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/curl/curl-7.86.0-r3.ebuild | 6 +++---
 net-misc/curl/curl-7.87.0.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/curl/curl-7.86.0-r3.ebuild 
b/net-misc/curl/curl-7.86.0-r3.ebuild
index afe53ed53409..08d3a7d0b137 100644
--- a/net-misc/curl/curl-7.86.0-r3.ebuild
+++ b/net-misc/curl/curl-7.86.0-r3.ebuild
@@ -6,9 +6,9 @@ EAPI="8"
 inherit autotools prefix multilib-minimal verify-sig
 
 DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="https://curl.haxx.se/";
-SRC_URI="https://curl.haxx.se/download/${P}.tar.xz
-       verify-sig? ( https://curl.haxx.se/download/${P}.tar.xz.asc )"
+HOMEPAGE="https://curl.se/";
+SRC_URI="https://curl.se/download/${P}.tar.xz
+       verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )"
 
 LICENSE="curl"
 SLOT="0"

diff --git a/net-misc/curl/curl-7.87.0.ebuild b/net-misc/curl/curl-7.87.0.ebuild
index 128b0427d016..9e455b269cd4 100644
--- a/net-misc/curl/curl-7.87.0.ebuild
+++ b/net-misc/curl/curl-7.87.0.ebuild
@@ -6,9 +6,9 @@ EAPI="8"
 inherit autotools prefix multilib-minimal verify-sig
 
 DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="https://curl.haxx.se/";
-SRC_URI="https://curl.haxx.se/download/${P}.tar.xz
-       verify-sig? ( https://curl.haxx.se/download/${P}.tar.xz.asc )"
+HOMEPAGE="https://curl.se/";
+SRC_URI="https://curl.se/download/${P}.tar.xz
+       verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )"
 
 LICENSE="curl"
 SLOT="0"

Reply via email to