diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index c6d047a137..f30b7761f7 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/hatari/package.sh b/Ports/hatari/package.sh index b36e09e6c0..06979bc613 100755 --- a/Ports/hatari/package.sh +++ b/Ports/hatari/package.sh @@ -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