git @ Cat's Eye Technologies The-Platform / 477141e
Use the latest *stable* perl release. Chris Pressey 2 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
88 DISTFILES="
99 https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tgz
1010 https://ftpmirror.gnu.org/make/make-3.82.tar.gz
11 https://www.cpan.org/src/5.0/perl-5.37.3.tar.gz
11 https://www.cpan.org/src/5.0/perl-5.36.0.tar.gz
1212 https://www.haskell.org/hugs/downloads/2006-09/hugs98-plus-Sep2006.tar.gz
1313 https://code.call-cc.org/releases/4.13.0/chicken-4.13.0.tar.gz
1414 "
33
44 cd /home/user/catseye
55
6 PERL=perl-5.37.3
6 PERL=perl-5.36.0
77 CHICKEN=chicken-4.13.0
88
99 # write out cookies
00 Python-3.9.13
11 make-3.82
2 perl-5.37.3
2 perl-5.36.0
33 hugs98-plus-Sep2006
44 chicken-4.13.0