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

Ports: Remove the filename entry from files

This commit is contained in:
Tim Schumacher 2023-08-07 21:10:39 +02:00 committed by Jelle Raaijmakers
parent 2732545b4c
commit fb4db096cb
311 changed files with 335 additions and 339 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 ${commit_hash}.tar.gz ${archive_hash}"
"https://github.com/SerenityOS/jakt/archive/${commit_hash}.tar.gz ${archive_hash}"
)
workdir="jakt-${commit_hash}"