1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

Ports/hatari: Update to version 2.4.1

This commit is contained in:
Tim Ledbetter 2023-08-13 08:03:29 +01:00 committed by Tim Schumacher
parent 1f22cc9668
commit cb8491ed0a
2 changed files with 3 additions and 5 deletions

View file

@ -110,7 +110,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`gzip`](gzip/) | GNU gzip | 1.12 | https://www.gnu.org/software/gzip/ |
| [`halflife`](halflife/) | Half-Life | 2022.12.26 | https://github.com/FWGS/hlsdk-portable |
| [`harfbuzz`](harfbuzz/) | HarfBuzz | 4.3.0 | https://github.com/harfbuzz/harfbuzz |
| [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.0-devel | https://hatari.tuxfamily.org/ |
| [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.1 | https://hatari.tuxfamily.org/ |
| [`hexedit`](hexedit/) | A console-based hex editor | 1.6 | https://github.com/pixel/hexedit |
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-5 | https://imagemagick.org |
| [`imgcat`](imgcat/) | imgcat | 2.5.1 | https://github.com/eddieantonio/imgcat |

View file

@ -1,13 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=hatari
useconfigure=true
version=2.4.0-devel
version='2.4.1'
depends=("SDL2" "zlib")
commit=6a86f054cc560a858bbe60c7529dafe2cf6ec604
workdir="${port}-${commit}"
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
files=(
"https://github.com/hatari/hatari/archive/${commit}.tar.gz bcb5d2e3bf3a3f8b34d21565354aa8eb085e3d92eb466c5d28e42e2022e7da3d"
"https://github.com/hatari/hatari/archive/refs/tags/v${version}.tar.gz 68c5edbe60db7a83e6e9b427eaac1136b62653846d64e415850e88d9a6a2cbc2"
)
launcher_name=Hatari
launcher_category=Games