mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Merge branch 'download-perl-over-http' into 'master'
Download perl source over https See merge request redox-os/cookbook!314
This commit is contained in:
commit
7c0e5fcc24
@ -1,5 +1,5 @@
|
||||
VERSION=5.24.2
|
||||
TAR=http://www.cpan.org/src/5.0/perl-$VERSION.tar.gz
|
||||
TAR=https://www.cpan.org/src/5.0/perl-$VERSION.tar.gz
|
||||
|
||||
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user