mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:27:35 +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
|
@ -14,7 +14,7 @@ depends=(
|
|||
'SDL2'
|
||||
)
|
||||
files=(
|
||||
"https://github.com/lite-xl/lite-xl/archive/${commit_hash}.tar.gz lite-xl-97ba91af8.tar.gz 25a0dd0a6ef856fd312eecd54983d401224eb8d7a5d5aa4a37c9131ac77bd9ca"
|
||||
"https://github.com/lite-xl/lite-xl/archive/${commit_hash}.tar.gz ${commit_hash}.tar.gz 25a0dd0a6ef856fd312eecd54983d401224eb8d7a5d5aa4a37c9131ac77bd9ca"
|
||||
)
|
||||
workdir="lite-xl-${commit_hash}"
|
||||
launcher_name='Lite-XL'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue