diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-24 16:18:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-24 16:20:26 +0900 |
| commit | a3867ad65fd07b2daead85fe5c30422ac916890e (patch) | |
| tree | 1ee2ada5ce6523a55d0c73967eb16345bb2a3f35 /internal/rosa/package/perl.az | |
| parent | 689f97297691beb266ded94e7b4fdcd4a36da51b (diff) | |
internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/perl.az')
| -rw-r--r-- | internal/rosa/package/perl.az | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/internal/rosa/package/perl.az b/internal/rosa/package/perl.az index 71322cc7..ebdef958 100644 --- a/internal/rosa/package/perl.az +++ b/internal/rosa/package/perl.az @@ -5,7 +5,7 @@ package perl { // odd-even versioning latest = anityaFallback; - version* = "5.42.2"; + version# = "5.42.2"; source = remoteTar { url = "https://www.cpan.org/src/5.0/perl-"+version+".tar.gz"; checksum = "Me_xFfgkRnVyG0sE6a74TktK2OUq9Z1LVJNEu_9RdZG3S2fbjfzNiuk2SJqHAgbm"; @@ -51,7 +51,7 @@ package perl-Module-Build { website = "https://metacpan.org/release/Module-Build"; anitya = 3077; - version* = "0.4234"; + version# = "0.4234"; source = remoteCPAN { author = "LEONT"; name = "Module-Build"; @@ -84,7 +84,7 @@ package perl-Locale-gettext { website = "https://metacpan.org/release/Locale-gettext"; anitya = 7523; - version* = "1.07"; + version# = "1.07"; source = remoteCPAN { author = "PVANDRY"; name = "Locale-gettext"; @@ -102,7 +102,7 @@ package perl-Pod-Parser { website = "https://metacpan.org/release/Pod-Parser"; anitya = 3244; - version* = "1.67"; + version# = "1.67"; source = remoteCPAN { author = "MAREKR"; name = "Pod-Parser"; @@ -121,7 +121,7 @@ package perl-SGMLS { anitya = 389576; latest = anityaLegacyCPAN; - version* = "1.1"; + version# = "1.1"; source = remoteCPAN { author = "RAAB"; name = "SGMLSpm"; @@ -139,7 +139,7 @@ package perl-Term-ReadKey { website = "https://metacpan.org/release/TermReadKey"; anitya = 3372; - version* = "2.38"; + version# = "2.38"; source = remoteCPAN { author = "JSTOWE"; name = "TermReadKey"; @@ -157,7 +157,7 @@ package perl-Text-CharWidth { website = "https://metacpan.org/release/Text-CharWidth"; anitya = 14380; - version* = "0.04"; + version# = "0.04"; source = remoteCPAN { author = "KUBOTA"; name = "Text-CharWidth"; @@ -175,7 +175,7 @@ package perl-Text-WrapI18N { website = "https://metacpan.org/release/Text-WrapI18N"; anitya = 14385; - version* = "0.06"; + version# = "0.06"; source = remoteCPAN { author = "KUBOTA"; name = "Text-WrapI18N"; @@ -194,7 +194,7 @@ package perl-MIME-Charset { website = "https://metacpan.org/release/MIME-Charset"; anitya = 3070; - version* = "1.013.1"; + version# = "1.013.1"; source = remoteCPAN { author = "NEZUMI"; name = "MIME-Charset"; @@ -212,7 +212,7 @@ package perl-Unicode-LineBreak { website = "https://metacpan.org/release/Unicode-LineBreak"; anitya = 6033; - version* = "2019.001"; + version# = "2019.001"; source = remoteCPAN { author = "NEZUMI"; name = "Unicode-LineBreak"; @@ -231,7 +231,7 @@ package perl-YAML-Tiny { website = "https://metacpan.org/release/YAML-Tiny"; anitya = 3549; - version* = "1.76"; + version# = "1.76"; source = remoteCPAN { author = "ETHER"; name = "YAML-Tiny"; @@ -249,7 +249,7 @@ package perl-Test-Cmd { website = "https://metacpan.org/release/Test-Cmd"; anitya = 6014; - version* = "1.09"; + version# = "1.09"; source = remoteCPAN { author = "NEILB"; name = "Test-Cmd"; |
