diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-06 10:34:11 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-06 10:35:50 -0400 |
commit | 8d13dccf9b56986f7fffad1b24793f5bf04985eb (patch) | |
tree | 709582a064b287f2f8d366ff3034a0d9bcde6118 /net-libs | |
parent | net-libs/libssh2: pass build option to disable static-libs (diff) | |
download | gentoo-8d13dccf9b56986f7fffad1b24793f5bf04985eb.tar.gz gentoo-8d13dccf9b56986f7fffad1b24793f5bf04985eb.tar.bz2 gentoo-8d13dccf9b56986f7fffad1b24793f5bf04985eb.zip |
net-libs/libssh2: fix RedirectedUrl as upstream dropped www. subdomain
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/libssh2-1.11.0-r3.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libssh2/libssh2-1.11.0-r3.ebuild b/net-libs/libssh2/libssh2-1.11.0-r3.ebuild index 2f46aa7022ab..3c699abeb4e6 100644 --- a/net-libs/libssh2/libssh2-1.11.0-r3.ebuild +++ b/net-libs/libssh2/libssh2-1.11.0-r3.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit cmake-multilib DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="https://www.libssh2.org" -SRC_URI="https://www.libssh2.org/download/${P}.tar.xz" +HOMEPAGE="https://libssh2.org" +SRC_URI="https://libssh2.org/download/${P}.tar.xz" LICENSE="BSD" SLOT="0" diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index b5d76374dcb0..939a5d0804a7 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake-multilib git-r3 DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="https://www.libssh2.org" +HOMEPAGE="https://libssh2.org" EGIT_REPO_URI="https://github.com/libssh2/libssh2" LICENSE="BSD" |