1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:47: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,5 +3,5 @@ port=pfetch
version=a906ff89680c78cec9785f3ff49ca8b272a0f96b
depends=("bash")
files=(
"https://github.com/dylanaraps/pfetch/archive/${version}.zip 33ed7a0cf1826ded7cf8368972274cd261d236bfa1ad9fb378d3cb0a45376f4a"
"https://github.com/dylanaraps/pfetch/archive/${version}.zip#33ed7a0cf1826ded7cf8368972274cd261d236bfa1ad9fb378d3cb0a45376f4a"
)