mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:47:34 +00:00
Ports: Ensure that the download filename matches the URL basename
This is a preparation step for removing support for explicitly setting a download filename entirely.
This commit is contained in:
parent
c71815bc91
commit
2732545b4c
106 changed files with 128 additions and 122 deletions
|
@ -3,7 +3,7 @@ port='gemrb'
|
|||
version='0.9.1'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://github.com/gemrb/gemrb/archive/refs/tags/v${version}.tar.gz gemrb-${version}.tar.gz 6e5dbcf7398d5566751f434b0d4647196bfbe9a813e3b65ad6a4ee2f1bbfb9ba"
|
||||
"https://github.com/gemrb/gemrb/archive/refs/tags/v${version}.tar.gz v${version}.tar.gz 6e5dbcf7398d5566751f434b0d4647196bfbe9a813e3b65ad6a4ee2f1bbfb9ba"
|
||||
)
|
||||
depends=(
|
||||
'freetype'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue