Ports/openrtc2: Update OpenRTC2 to version 0.4.4
This commit is contained in:
parent
d82b9553b5
commit
68c313dcd9
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/68c313dcd9 Pull-request: https://github.com/SerenityOS/serenity/pull/18377
2 changed files with 4 additions and 4 deletions
Ports
|
@ -193,7 +193,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`nyancat`](nyancat/) | Nyancat | | https://github.com/klange/nyancat |
|
||||
| [`oksh`](oksh/) | oksh | 7.1 | https://github.com/ibara/oksh |
|
||||
| [`OpenJDK`](OpenJDK/) | OpenJDK | 17.0.2 | https://openjdk.java.net/ |
|
||||
| [`openrct2`](openrct2/) | OpenRCT2 | 0.4.3 | https://openrct2.org/ |
|
||||
| [`openrct2`](openrct2/) | OpenRCT2 | 0.4.4 | https://openrct2.org/ |
|
||||
| [`openssh`](openssh/) | OpenSSH | 9.0-94eb685 | https://github.com/openssh/openssh-portable |
|
||||
| [`openssl`](openssl/) | OpenSSL | 1.1.1s | https://www.openssl.org/ |
|
||||
| [`openttd`](openttd/) | OpenTTD | 12.2 | https://www.openttd.org/ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='openrct2'
|
||||
version='0.4.3'
|
||||
version='0.4.4'
|
||||
auth_type='sha256'
|
||||
depends=(
|
||||
'curl'
|
||||
|
@ -18,8 +18,8 @@ depends=(
|
|||
'speexdsp'
|
||||
'zlib'
|
||||
)
|
||||
files="https://github.com/OpenRCT2/OpenRCT2/archive/refs/tags/v${version}.tar.gz ${port}-${version}.tar.gz 1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
|
||||
https://github.com/OpenRCT2/OpenRCT2/releases/download/v${version}/OpenRCT2-${version}-linux-x86_64.tar.gz OpenRCT2-${version}-linux-x86_64.tar.gz 3691aa42e0b2eff80609688930d87b8cb8b97fb57f2ed624d3ed57e2eefb4fcf"
|
||||
files="https://github.com/OpenRCT2/OpenRCT2/archive/refs/tags/v${version}.tar.gz ${port}-${version}.tar.gz 18970bfffe49c77fa81ea6c295119b173a613c7310d7762963458e3e77c24913
|
||||
https://github.com/OpenRCT2/OpenRCT2/releases/download/v${version}/OpenRCT2-${version}-linux-jammy-x86_64.tar.gz OpenRCT2-${version}-linux-jammy-x86_64.tar.gz e4263121ec51a1340d269e07b366f7ec306013e292babfea9fd768c03e19b5b7"
|
||||
useconfigure='true'
|
||||
workdir="OpenRCT2-${version}"
|
||||
configopts=(
|
||||
|
|
Loading…
Add table
Reference in a new issue