commit: 7ce6f2bb14c0a1fefe2a934532a660dd12007336 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 10 17:22:27 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 09:47:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce6f2bb
app-crypt/hmaccalc: fix HOMEPAGE and SRC_URI Closes: https://github.com/gentoo/gentoo/pull/7151 app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild | 6 +++--- 1 file 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 01eab6cdde7..08448ab7923 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"
