diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-11 16:09:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-11 16:09:52 +0000 |
commit | f78108598211053d41752a83e0345441bb9014ae (patch) | |
tree | dd2fc7ae0a1aea7bda4942ab0c453d1e55284b37 /app-crypt/hmaccalc | |
parent | dc45b83b28fb83e9659492066e347b8dc60bc9e3 (diff) |
gentoo resync : 11.02.2018
Diffstat (limited to 'app-crypt/hmaccalc')
-rw-r--r-- | app-crypt/hmaccalc/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/hmaccalc/Manifest b/app-crypt/hmaccalc/Manifest index d522b05bd9c6..ab5e901a0f59 100644 --- a/app-crypt/hmaccalc/Manifest +++ b/app-crypt/hmaccalc/Manifest @@ -1,3 +1,3 @@ DIST hmaccalc-0.9.14.tar.gz 111893 BLAKE2B 30aebd67e49db354c616110477e78fd6923df3ddfbe5e5023fd791bd90c783031da8c631fbfc9e5f2bdae06a08da1d56a08df921ddee359b630c5665e833ad4e SHA512 688a72b4e534ca4a1d45a116c0361ffd389de93dfdeec68e35cbffe0be13832789abaf33300003e12c7317ba473d3a0415f4b22cb3b7b36946c04bd40aa49184 -EBUILD hmaccalc-0.9.14.ebuild 597 BLAKE2B 53e626fb862b07018e77b385fdf6e4f396164cdac2f66c38ac1b7739fc85e587e0e5472105e02933e2c46ace66c7c325100657d16bf4d792bd2e0b9a0856f003 SHA512 449917ee87cb06a939087f8a8b1d6006cacb8e600cfc416030e881f1eef0ef71723459707f80e34404af92ade592149695c18e70109821a7a34455e1a3e28920 +EBUILD hmaccalc-0.9.14.ebuild 570 BLAKE2B ba3b4eae888ea54a913ecf6032b28963b2ac52f26d61686a082f3bf224c5ec2e3802c799d06d1701027b3ae9d392f0b116a7d75e4e82659c1790566f1466854d SHA512 b0a6335a64fde93f59be97e62de212333dd8c446eb9b564117b9fcabf5d5d5a4ee629b6dcd83b58dd57411119b50c3ee2c068a4c782d3388f5b00078aa67698b MISC metadata.xml 671 BLAKE2B 276b40259996c8556788b1aecc645cd2e344908e8705d4b73771401a07eb1a75132d81589ef046ad7e1b72d4421251a9690e10668d43a67a0cb925be58835e77 SHA512 d4bb7d03ed78f667255e38138262ccdfe33c42707e967817c52d8f445552b9502d6ed1a10a96df7e20cc62f7fa06c2285057a2f81cff1004b28c6e0c20fb17b7 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" |