diff options
author | Sam James <sam@gentoo.org> | 2022-12-23 12:16:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-23 12:16:29 +0000 |
commit | 0c5de5811c7db104203c65801120f7a496626521 (patch) | |
tree | 51aac91f42edbf3d79bef3e31ec0d935704b1c94 /net-misc | |
parent | dev-python/execnet: Fix tests with pytest-7.2 (diff) | |
download | gentoo-0c5de5811c7db104203c65801120f7a496626521.tar.gz gentoo-0c5de5811c7db104203c65801120f7a496626521.tar.bz2 gentoo-0c5de5811c7db104203c65801120f7a496626521.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-7.86.0-r3.ebuild | 6 | ||||
-rw-r--r-- | 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" |