diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-19 23:34:21 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-19 23:34:21 +0900 |
| commit | f638c73933521e58e7551b46dba8db21ebf7ce19 (patch) | |
| tree | c332387f35c29882bebe0ba8f43f7344f8f2f6bb /internal/rosa/package | |
| parent | 98d915af3dbab860bc1ac614a91d0a38555e624d (diff) | |
internal/rosa: bind anitya functions
This is far more scalable than individual fields.
Signed-off-by: Ophestra <cat@gensokyo.uk>
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 { |
