1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:17:45 +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

@ -3,7 +3,7 @@ port=sam
version=c86ea395743b8ea4ad071c2167fd1f7f96648f7b
workdir="SAM-${version}"
files=(
"https://github.com/vidarh/SAM/archive/${version}.tar.gz 1f534245e2c7a096de5f886fd96ea1ad966c4e674c1ed91e0c6a59662e8d6c11"
"https://github.com/vidarh/SAM/archive/${version}.tar.gz#1f534245e2c7a096de5f886fd96ea1ad966c4e674c1ed91e0c6a59662e8d6c11"
)
depends=("SDL2")