forked from rosa/hakurei
internal/rosa/package/perl: 5.42.2 to 5.44.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -5,10 +5,10 @@ package perl {
|
||||
// odd-even versioning
|
||||
latest = anityaFallback;
|
||||
|
||||
version# = "5.42.2";
|
||||
version# = "5.44.0";
|
||||
source = remoteTar {
|
||||
url = "https://www.cpan.org/src/5.0/perl-"+version+".tar.gz";
|
||||
checksum = "Me_xFfgkRnVyG0sE6a74TktK2OUq9Z1LVJNEu_9RdZG3S2fbjfzNiuk2SJqHAgbm";
|
||||
checksum = "eCurPE3Wfhki9VVY8YfU-JyTNiCO44gVePw-qV9zVSVgy7S_K3xUUnto4X4-Q-Zm";
|
||||
compress = gzip;
|
||||
};
|
||||
|
||||
@@ -16,8 +16,14 @@ package perl {
|
||||
writable = true;
|
||||
chmod = true;
|
||||
early = `
|
||||
echo 'print STDOUT "1..0 # Skip broken test\n";' > ext/Pod-Html/t/htmldir3.t
|
||||
chmod +w /system/bin && rm -f /system/bin/ps # perl does not like toybox ps
|
||||
|
||||
function disable_test {
|
||||
echo 'print STDOUT "1..0 # Skip broken test\n";' > "$1"
|
||||
}
|
||||
|
||||
disable_test ext/Pod-Html/t/htmldir3.t
|
||||
disable_test ext/POSIX/t/time.t
|
||||
`;
|
||||
|
||||
toyboxEarly = true;
|
||||
|
||||
Reference in New Issue
Block a user