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

@ -2,7 +2,7 @@
port='qoi'
version='edb8d7b1140be3168cc99ed87edc605c7c1cf31f'
files=(
"https://github.com/phoboslab/qoi/archive/${version}.zip ${version}.zip 3d3df95fb0b59aca2113ce45396f887eaba1be914cd54b56804efc241f93f203"
"https://github.com/phoboslab/qoi/archive/${version}.zip 3d3df95fb0b59aca2113ce45396f887eaba1be914cd54b56804efc241f93f203"
)
depends=('libpng' 'stb')