mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 15:07:45 +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
|
@ -6,7 +6,7 @@ useconfigure='true'
|
|||
depends=("xash3d-fwgs")
|
||||
workdir="hlsdk-portable-${_hlsdk_commit}"
|
||||
files=(
|
||||
"https://github.com/FWGS/hlsdk-portable/archive/${_hlsdk_commit}.tar.gz hlsdk-portable-${_hlsdk_commit}.tar.gz b010c94ed400e44508f43706aeea68b82615c6ad22d2b1b892e8d6201d97503d"
|
||||
"https://github.com/FWGS/hlsdk-portable/archive/${_hlsdk_commit}.tar.gz ${_hlsdk_commit}.tar.gz b010c94ed400e44508f43706aeea68b82615c6ad22d2b1b892e8d6201d97503d"
|
||||
)
|
||||
launcher_name='Half-Life'
|
||||
launcher_category='Games'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue