1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:07:35 +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=mandoc
version=1.14.5
useconfigure=true
files=(
"https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz 8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7"
"https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz#8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7"
)
depends=("less" "pcre2" "zlib")