diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-29 13:37:49 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-29 17:08:25 +0300 |
commit | c7e71c33b455bf5b0129661bfcbda3836461c7f4 (patch) | |
tree | f7affba6850ba39b65877685ed886a6842bcf549 | |
parent | dev-libs/libmaa: use HTTPS (diff) | |
download | gentoo-c7e71c33b455bf5b0129661bfcbda3836461c7f4.tar.gz gentoo-c7e71c33b455bf5b0129661bfcbda3836461c7f4.tar.bz2 gentoo-c7e71c33b455bf5b0129661bfcbda3836461c7f4.zip |
dev-libs/libpfm: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-libs/libpfm/libpfm-4.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libpfm/libpfm-4.12.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libpfm/libpfm-4.13.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libpfm/libpfm-4.11.0.ebuild b/dev-libs/libpfm/libpfm-4.11.0.ebuild index 5faa54c87118..3c2d5ee9c217 100644 --- a/dev-libs/libpfm/libpfm-4.11.0.ebuild +++ b/dev-libs/libpfm/libpfm-4.11.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Hardware-based performance monitoring interface for Linux" -HOMEPAGE="http://perfmon2.sourceforge.net" +HOMEPAGE="https://perfmon2.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/perfmon2/${PN}4/${P}.tar.gz" LICENSE="GPL-2 MIT" diff --git a/dev-libs/libpfm/libpfm-4.12.0.ebuild b/dev-libs/libpfm/libpfm-4.12.0.ebuild index d368aee65973..9d276743e6f5 100644 --- a/dev-libs/libpfm/libpfm-4.12.0.ebuild +++ b/dev-libs/libpfm/libpfm-4.12.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Hardware-based performance monitoring interface for Linux" -HOMEPAGE="http://perfmon2.sourceforge.net" +HOMEPAGE="https://perfmon2.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/perfmon2/${PN}4/${P}.tar.gz" LICENSE="GPL-2 MIT" diff --git a/dev-libs/libpfm/libpfm-4.13.0.ebuild b/dev-libs/libpfm/libpfm-4.13.0.ebuild index f9f18c6b1684..b6fa60319c8d 100644 --- a/dev-libs/libpfm/libpfm-4.13.0.ebuild +++ b/dev-libs/libpfm/libpfm-4.13.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Hardware-based performance monitoring interface for Linux" -HOMEPAGE="http://perfmon2.sourceforge.net" +HOMEPAGE="https://perfmon2.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/perfmon2/${PN}4/${P}.tar.gz" LICENSE="GPL-2 MIT" |