diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-10 18:22:27 +0100 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-02-10 11:47:15 +0200 |
commit | 7ce6f2bb14c0a1fefe2a934532a660dd12007336 (patch) | |
tree | ca10cf39b2cebd769c6bfdeb435ffa3134f3f8a6 | |
parent | app-antivirus/clamav: stable 0.99.3-r1 for hppa, bug #645794 (diff) | |
download | gentoo-7ce6f2bb14c0a1fefe2a934532a660dd12007336.tar.gz gentoo-7ce6f2bb14c0a1fefe2a934532a660dd12007336.tar.bz2 gentoo-7ce6f2bb14c0a1fefe2a934532a660dd12007336.zip |
app-crypt/hmaccalc: fix HOMEPAGE and SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/7151
-rw-r--r-- | app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild index 01eab6cdde7d..08448ab7923e 100644 --- a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild +++ b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit multilib-minimal DESCRIPTION="Tools for computing and checking HMAC values for files" -HOMEPAGE="https://fedorahosted.org/hmaccalc/" -SRC_URI="https://fedorahosted.org/released/hmaccalc/hmaccalc-${PV}.tar.gz" +HOMEPAGE="https://pagure.io/hmaccalc" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |