From 8d13dccf9b56986f7fffad1b24793f5bf04985eb Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 6 Sep 2024 10:34:11 -0400 Subject: [PATCH] net-libs/libssh2: fix RedirectedUrl as upstream dropped www. subdomain Signed-off-by: Eli Schwartz --- net-libs/libssh2/libssh2-1.11.0-r3.ebuild | 4 ++-- 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 2f46aa7022ab9..3c699abeb4e6b 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 b5d76374dcb08..939a5d0804a7a 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"