1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 09:27: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:
Tim Schumacher 2023-08-07 13:49:25 +02:00 committed by Jelle Raaijmakers
parent c71815bc91
commit 2732545b4c
106 changed files with 128 additions and 122 deletions

View file

@ -4,7 +4,7 @@ version=1.34
commit_hash=6d74896557d8c193a9f19bc6845a47e9d0f77db2
archive_hash=1db91cfd05170ed5b37c1ab56cdf7bbe6b3c86fc6baee8b68e8e539fddfd88c1
files=(
"https://github.com/ioquake/ioq3/archive/$commit_hash.tar.gz ioq3.tar.gz $archive_hash"
"https://github.com/ioquake/ioq3/archive/$commit_hash.tar.gz $commit_hash.tar.gz $archive_hash"
)
workdir="ioq3-${commit_hash}"
depends=("SDL2")