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

@ -9,5 +9,5 @@ configopts=(
'--enable-shared'
)
files=(
"https://github.com/libsndfile/libsamplerate/releases/download/${version}/libsamplerate-${version}.tar.xz 3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893"
"https://github.com/libsndfile/libsamplerate/releases/download/${version}/libsamplerate-${version}.tar.xz#3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893"
)