mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports: Update openttd-opensfx to version 1.0.3
This commit is contained in:
parent
8a548b1a45
commit
3049ef740a
Notes:
sideshowbarker
2024-07-17 18:08:55 +09:00
Author: https://github.com/tweska Commit: https://github.com/SerenityOS/serenity/commit/3049ef740a Pull-request: https://github.com/SerenityOS/serenity/pull/13374 Reviewed-by: https://github.com/EWouters Reviewed-by: https://github.com/linusg ✅
2 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`openssl`](openssl/) | OpenSSL | 1.1.1n | https://www.openssl.org/ |
|
||||
| [`openttd`](openttd/) | OpenTTD | 1.11.0 | https://www.openttd.org/ |
|
||||
| [`openttd-opengfx`](openttd-opengfx/) | OpenGFX graphics for OpenTTD | 7.1 | https://www.openttd.org/ |
|
||||
| [`openttd-opensfx`](openttd-opensfx/) | OpenSFX audio files for OpenTTD | 1.0.1 | https://www.openttd.org/ |
|
||||
| [`openttd-opensfx`](openttd-opensfx/) | OpenSFX audio files for OpenTTD | 1.0.3 | https://www.openttd.org/ |
|
||||
| [`opentyrian`](opentyrian/) | OpenTyrian | 84b820f | https://github.com/opentyrian/opentyrian |
|
||||
| [`opentyrian-data`](opentyrian-data/) | OpenTyrian graphics and audio | 1.0.0 | https://camanis.net/tyrian/tyrian21.zip |
|
||||
| [`opfor`](opfor/) | Half-Life: Opposing Force | 1.0.0 | https://github.com/SerenityPorts/xash3d-fwgs |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=openttd-opensfx
|
||||
version=1.0.1
|
||||
version=1.0.3
|
||||
workdir=.
|
||||
files="https://cdn.openttd.org/opensfx-releases/${version}/opensfx-${version}-all.zip opensfx-${version}-all.zip 37b825426f1d690960313414423342733520d08916f512f30f7aaf30910a36c5"
|
||||
files="https://cdn.openttd.org/opensfx-releases/${version}/opensfx-${version}-all.zip opensfx-${version}-all.zip e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759"
|
||||
auth_type=sha256
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue