1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 02:27:35 +00:00

Ports: Switch to the new files syntax

This commit is contained in:
Tim Schumacher 2023-09-02 06:32:27 +02:00
parent 920dc1ba53
commit 456fd9f574
325 changed files with 368 additions and 351 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 $archive_hash"
"https://github.com/ioquake/ioq3/archive/$commit_hash.tar.gz#$archive_hash"
)
workdir="ioq3-${commit_hash}"
depends=("SDL2")