From 23e730fee15ab6a7335fa6c39532d25d9320d9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=AE=87=E5=BD=AA?= Date: Sat, 26 Nov 2022 03:43:23 +0000 Subject: [PATCH] Update the Source0 URL. --- perl-Digest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Digest.spec b/perl-Digest.spec index 1e9df1c..5ff6077 100644 --- a/perl-Digest.spec +++ b/perl-Digest.spec @@ -1,10 +1,10 @@ Name: perl-Digest Version: 1.20 -Release: 2 +Release: 3 Summary: Modules that calculate message digests License: GPL+ or Artistic-1.0-Perl URL: https://metacpan.org/release/Digest -Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Digest-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils findutils make perl-interpreter perl-generators perl(Carp) perl(Exporter) perl(ExtUtils::MakeMaker) perl(MIME::Base64) @@ -43,6 +43,9 @@ make test %{_mandir}/*/* %changelog +* Sat Nov 26 2022 huyubiao - 1.20-3 +- Update the Source0 URL. + * Fri Jun 24 2022 Chenyx - 1.20-2 - License compliance rectification