perl-Digest-HMAC: Update to 1.04

Use new source link.
This commit is contained in:
Biswapriyo Nath 2021-04-12 18:20:40 +05:30 committed by GitHub
parent eb09fe6438
commit 8135a111a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,19 @@
_realname=Digest-HMAC
pkgname=perl-${_realname}
pkgver=1.03
pkgrel=2
pkgver=1.04
pkgrel=1
pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
arch=('any')
license=('PerlArtistic')
url="https://metacpan.org/${_realname}/"
url="https://search.cpan.org/dist/Digest-HMAC/"
groups=('perl-modules')
depends=('perl>=5.10.0') # 'perl-Digest-SHA1' in perl core now
options=(!emptydirs)
replaces=('Digest-HMAC')
provides=('Digest-HMAC')
source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
sha256sums=('3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59')
source=("https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/${_realname}-${pkgver}.tar.gz")
sha256sums=('d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4')
build() {
cd ${srcdir}/${_realname}-${pkgver}