mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
Ports: Ensure that the download filename matches the URL basename
This is a preparation step for removing support for explicitly setting a download filename entirely.
This commit is contained in:
parent
c71815bc91
commit
2732545b4c
106 changed files with 128 additions and 122 deletions
|
@ -3,8 +3,8 @@ port='perl5'
|
|||
version='5.38.0'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://www.cpan.org/src/5.0/perl-${version}.tar.xz perl5-${version}.tar.xz eca551caec3bc549a4e590c0015003790bdd1a604ffe19cc78ee631d51f7072e"
|
||||
"https://github.com/arsv/perl-cross/releases/download/1.5/perl-cross-1.5.tar.gz perl-cross.1.5.tar.gz d744a390939e2ebb9a12f6725b4d9c19255a141d90031eff90ea183fdfcbf211"
|
||||
"https://www.cpan.org/src/5.0/perl-${version}.tar.xz perl-${version}.tar.xz eca551caec3bc549a4e590c0015003790bdd1a604ffe19cc78ee631d51f7072e"
|
||||
"https://github.com/arsv/perl-cross/releases/download/1.5/perl-cross-1.5.tar.gz perl-cross-1.5.tar.gz d744a390939e2ebb9a12f6725b4d9c19255a141d90031eff90ea183fdfcbf211"
|
||||
)
|
||||
configopts=(
|
||||
'-Dosname=serenity'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue