summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-11-18 16:42:28 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-24 19:14:43 +0100
commitd38193f26289e963625e59c9e05641abeb57bf68 (patch)
tree4facc11c7deae8cd483416a0b8ae6b18123b4fc3 /dev-libs/yaz/yaz-5.32.0.ebuild
parentdev-libs/libmcrypt: use HTTPS, fix LICENSE (diff)
downloadgentoo-d38193f26289e963625e59c9e05641abeb57bf68.tar.gz
gentoo-d38193f26289e963625e59c9e05641abeb57bf68.tar.bz2
gentoo-d38193f26289e963625e59c9e05641abeb57bf68.zip
dev-libs/yaz: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/yaz/yaz-5.32.0.ebuild')
-rw-r--r--dev-libs/yaz/yaz-5.32.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/yaz/yaz-5.32.0.ebuild b/dev-libs/yaz/yaz-5.32.0.ebuild
index f5d980d94e6a..66ff04982d4b 100644
--- a/dev-libs/yaz/yaz-5.32.0.ebuild
+++ b/dev-libs/yaz/yaz-5.32.0.ebuild
@@ -6,13 +6,13 @@ EAPI=8
inherit autotools
DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
-HOMEPAGE="http://www.indexdata.dk/yaz"
+HOMEPAGE="https://www.indexdata.com/resources/software/yaz/"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/indexdata/yaz.git"
else
- SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
+ SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
fi