diff options
-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" |