mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:27:34 +00:00
Ports: Update OpenRCT2 to version 0.4.8
This commit is contained in:
parent
8ac0e3f0e5
commit
bf9240c7a9
10 changed files with 28 additions and 57 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='openrct2'
|
||||
version='0.4.5'
|
||||
version='0.4.8'
|
||||
depends=(
|
||||
'curl'
|
||||
'flac'
|
||||
|
@ -18,12 +18,12 @@ depends=(
|
|||
'zlib'
|
||||
)
|
||||
files=(
|
||||
"https://github.com/OpenRCT2/OpenRCT2/archive/refs/tags/v${version}.tar.gz#eb9e20dc0dcbf10b02b5f334a029983a0a2b43d931f95a2088a64e8b2657bab1"
|
||||
"https://github.com/OpenRCT2/OpenRCT2/releases/download/v${version}/OpenRCT2-${version}-linux-jammy-x86_64.tar.gz#c0652ace6fd2302e77cd25b85bb973e3c0d2c8be1d20cfdcb7a2a9b15630d112"
|
||||
"https://github.com/OpenRCT2/OpenRCT2/archive/refs/tags/v${version}.tar.gz#b79bdfd91e2676b0238a94ef3a53bf13a6b6ba417a8d77056a8ea2a903967fd1"
|
||||
"https://github.com/OpenRCT2/OpenRCT2/releases/download/v${version}/OpenRCT2-${version}-linux-jammy-x86_64.tar.gz#a9152601612e2c5249324bce849c5fbdbfe40886128cf3848aae4b62b0c51936"
|
||||
)
|
||||
useconfigure='true'
|
||||
workdir="OpenRCT2-${version}"
|
||||
icon_file='resources/logo/icon_x16.png'
|
||||
icon_file='resources/logo/icon.ico'
|
||||
launcher_name='OpenRCT2'
|
||||
launcher_category='&Games'
|
||||
launcher_command='/usr/local/bin/openrct2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue