diff options
Diffstat (limited to 'internal/rosa/package')
| -rw-r--r-- | internal/rosa/package/perl.az | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/package/perl.az b/internal/rosa/package/perl.az index e8eb2001..400f7fad 100644 --- a/internal/rosa/package/perl.az +++ b/internal/rosa/package/perl.az @@ -3,7 +3,7 @@ package perl { website = "https://www.perl.org"; anitya = 13599; // odd-even versioning - anityaFallback = true; + latest = anityaFallback; version* = "5.42.2"; source = remoteTar { @@ -86,7 +86,7 @@ package perl-SGMLS { description = "class for postprocessing the output from the sgmls and nsgmls parsers"; website = "https://metacpan.org/release/RAAB/SGMLSpm-1.1"; anitya = 389576; - anityaLegacyCPAN = true; + latest = anityaLegacyCPAN; version* = "1.1"; source = remoteCPAN { |
