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
|
@ -3,7 +3,7 @@ port=vitetris
|
|||
useconfigure="true"
|
||||
version="0.59.1"
|
||||
files=(
|
||||
"https://github.com/vicgeralds/vitetris/archive/refs/tags/v${version}.tar.gz vitetris.tar.gz 699443df03c8d4bf2051838c1015da72039bbbdd0ab0eede891c59c840bdf58d"
|
||||
"https://github.com/vicgeralds/vitetris/archive/refs/tags/v${version}.tar.gz v${version}.tar.gz 699443df03c8d4bf2051838c1015da72039bbbdd0ab0eede891c59c840bdf58d"
|
||||
)
|
||||
configopts=("--without-xlib" "--without-joystick" "--without-network")
|
||||
launcher_name=vitetris
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue