mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 16:07:46 +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
|
@ -4,7 +4,7 @@ port='bdwgc'
|
|||
version='8.2.2'
|
||||
use_fresh_config_sub='true'
|
||||
files=(
|
||||
"https://github.com/ivmai/bdwgc/releases/download/v$version/gc-$version.tar.gz bdwgc.tar.gz f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0"
|
||||
"https://github.com/ivmai/bdwgc/releases/download/v$version/gc-$version.tar.gz gc-$version.tar.gz f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0"
|
||||
)
|
||||
depends=("libatomic_ops")
|
||||
workdir="gc-$version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue