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/scummvm | |
parent | aa05f9120c747c8efc2f53bbe77a8b10ba7f0443 (diff) | |
download | serenity-6b41da0b9e98ce604a42648788785b9819c8fca2.zip |
Ports: Update ScummVM to 2.6.1
Diffstat (limited to 'Ports/scummvm')
-rwxr-xr-x | Ports/scummvm/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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=( |