summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2020-04-15 11:29:46 +0200
committerGuilherme Amadio <amadio@gentoo.org>2020-04-15 11:30:19 +0200
commit6d12c1531f6405bfc984adb71f14273ece5dec68 (patch)
tree6ae7d46c63eae26636ad42c5a0f4b2fa5683d370 /dev-libs/xxhash/xxhash-0.6.5.ebuild
parentsys-fs/xfsprogs: Bump to version 5.6.0 (diff)
downloadgentoo-6d12c1531f6405bfc984adb71f14273ece5dec68.tar.gz
gentoo-6d12c1531f6405bfc984adb71f14273ece5dec68.tar.bz2
gentoo-6d12c1531f6405bfc984adb71f14273ece5dec68.zip
dev-libs/xxhash: use https for HOMEPAGE
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash/xxhash-0.6.5.ebuild')
-rw-r--r--dev-libs/xxhash/xxhash-0.6.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild
index b153f3b2fac5..61a2042258c1 100644
--- a/dev-libs/xxhash/xxhash-0.6.5.ebuild
+++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit toolchain-funcs
DESCRIPTION="Extremely fast non-cryptographic hash algorithm"
-HOMEPAGE="http://www.xxhash.com"
+HOMEPAGE="https://www.xxhash.com"
SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2 GPL-2+"