From f638c73933521e58e7551b46dba8db21ebf7ce19 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 19 May 2026 23:34:21 +0900 Subject: internal/rosa: bind anitya functions This is far more scalable than individual fields. Signed-off-by: Ophestra --- internal/rosa/package/perl.az | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/rosa/package') 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 { -- cgit v1.3.1