diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-11-01 21:44:04 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-01 21:03:38 +0000 |
commit | 6b41da0b9e98ce604a42648788785b9819c8fca2 (patch) | |
tree | eda54eb567547d592b72a1b4f2bf4279348e5ba9 /Ports | |
parent | aa05f9120c747c8efc2f53bbe77a8b10ba7f0443 (diff) | |
download | serenity-6b41da0b9e98ce604a42648788785b9819c8fca2.zip |
Ports: Update ScummVM to 2.6.1
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/scummvm/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index eaf7a883b9..991a147a7b 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -222,7 +222,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`rsync`](rsync/) | rsync | 3.1.3 | https://rsync.samba.org/ | | [`ruby`](ruby/) | Ruby | 3.0.4 | https://www.ruby-lang.org/ | | [`sam`](sam/) | Software Automatic Mouth (SAM) | c86ea39 | https://github.com/vidarh/SAM | -| [`scummvm`](scummvm/) | ScummVM | 2.6.0 | https://www.scummvm.org/ | +| [`scummvm`](scummvm/) | ScummVM | 2.6.1 | https://www.scummvm.org/ | | [`sdl12-compat`](sdl12-compat/) | SDL2 compatibility layer for SDL 1.2 games | 1.2.56 | https://github.com/libsdl-org/sdl12-compat/ | | [`SDL2`](SDL2/) | Simple DirectMedia Layer (SDL2) | 2.24.0 | https://github.com/libsdl-org/SDL | | [`SDL2-GNUBoy`](SDL2-GNUBoy/) | SDL2 GNUBoy | 1.2.1 | https://github.com/AlexOberhofer/SDL2-GNUBoy | diff --git a/Ports/scummvm/package.sh b/Ports/scummvm/package.sh index 4d212deab2..83fd96154b 100755 --- a/Ports/scummvm/package.sh +++ b/Ports/scummvm/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port=scummvm useconfigure="true" -version="2.6.0" -files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.xz scummvm-${version}.tar.xz 1c1438e8d0c9d9e15fd129e2e9e2d2227715bd7559f83b2e7208f5d8704ffc17" +version="2.6.1" +files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.xz scummvm-${version}.tar.xz 8fafb9efabdd1bf8adfe39eeec3fc80b22de30ceddd1fadcde180e356cd317e9" auth_type=sha256 depends=("freetype" "libiconv" "libjpeg" "libmad" "libmpeg2" "libpng" "libtheora" "SDL2") configopts=( |