package/perl-digest-hmac: bump version to 1.04

Added by scancpan:
- new project URL
- new SITE
- new license file
- reformatted hashes

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2021-04-03 09:50:44 +02:00 committed by Thomas Petazzoni
parent 0fe28206fa
commit c38872a46c
3 changed files with 7 additions and 7 deletions

View File

@ -3,4 +3,4 @@ config BR2_PACKAGE_PERL_DIGEST_HMAC
help
Keyed-Hashing for Message Authentication.
https://metacpan.org/release/Digest-HMAC
http://metacpan.org/release/Digest-HMAC

View File

@ -1,6 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 e6a5d6f552da16eacb5157ea4369ff9d Digest-HMAC-1.03.tar.gz
sha256 3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59 Digest-HMAC-1.03.tar.gz
md5 746a5edffd1485d7500e005730c271c8 Digest-HMAC-1.04.tar.gz
sha256 d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4 Digest-HMAC-1.04.tar.gz
# computed by scancpan
sha256 56bf7cdaec5eebf74d58679638ebef5015883e65c1be7251a3ef8cce8bdd1ff5 README
sha256 cb9ff694d1769f450dd5c400204aa921d2fb3db90fcb21674a39f3725c4255c1 LICENSE

View File

@ -4,11 +4,11 @@
#
################################################################################
PERL_DIGEST_HMAC_VERSION = 1.03
PERL_DIGEST_HMAC_VERSION = 1.04
PERL_DIGEST_HMAC_SOURCE = Digest-HMAC-$(PERL_DIGEST_HMAC_VERSION).tar.gz
PERL_DIGEST_HMAC_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_HMAC_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AR/ARODLAND
PERL_DIGEST_HMAC_LICENSE = Artistic or GPL-1.0+
PERL_DIGEST_HMAC_LICENSE_FILES = README
PERL_DIGEST_HMAC_LICENSE_FILES = LICENSE
PERL_DIGEST_HMAC_DISTNAME = Digest-HMAC
$(eval $(perl-package))