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

@ -8,7 +8,7 @@ depends=(
commit_hash='063e9767ff80db1a1cfe1a805cc8b7e2e577d9f3'
archive_hash='0cb858291d0426e80c8378d7d5876a2a8de747467a289bb691782316c79a2f59'
files=(
"https://github.com/SerenityOS/jakt/archive/${commit_hash}.tar.gz ${archive_hash}"
"https://github.com/SerenityOS/jakt/archive/${commit_hash}.tar.gz#${archive_hash}"
)
workdir="jakt-${commit_hash}"