mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:07:46 +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='md4c'
|
|||
version='0.4.8'
|
||||
workdir="md4c-release-${version}"
|
||||
files=(
|
||||
"https://github.com/mity/md4c/archive/release-${version}.tar.gz md4c-${version}.tar.gz 4a457df853425b6bb6e3457aa1d1a13bccec587a04c38c622b1013a0da41439f"
|
||||
"https://github.com/mity/md4c/archive/release-${version}.tar.gz release-${version}.tar.gz 4a457df853425b6bb6e3457aa1d1a13bccec587a04c38c622b1013a0da41439f"
|
||||
)
|
||||
useconfigure='true'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue