perl-Digest-HMAC: update to 1.04
Technically a no-op but it keeps the version checker happy while also fixing various linting issues.
This commit is contained in:
parent
8cea62f715
commit
c901e82944
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'perl-Digest-HMAC'
|
||||
pkgname=perl-Digest-HMAC
|
||||
version=1.03
|
||||
revision=4
|
||||
version=1.04
|
||||
revision=1
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
|
@ -9,7 +9,7 @@ makedepends="${hostmakedepends}"
|
|||
depends="${makedepends}"
|
||||
short_desc="Perl interface to HMAC message-digest algorithms"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/Digest-HMAC"
|
||||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/Digest/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59
|
||||
checksum=d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4
|
||||
|
|
Loading…
Reference in a new issue