1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:17:44 +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,6 +3,6 @@ port=dos2unix
version=7.5.1
workdir="${port}-${version}"
files=(
"https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz da07788bb2e029b0d63f6471d166f68528acd8da2cf14823a188e8a9d5c1fc15"
"https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz#da07788bb2e029b0d63f6471d166f68528acd8da2cf14823a188e8a9d5c1fc15"
)
depends=("gettext")