From 9a18566850e0f482962ecf420632c87307ed6c1d Mon Sep 17 00:00:00 2001 From: djwisdom Date: Thu, 7 Mar 2024 19:10:18 +0800 Subject: [PATCH] Ports: Update serenity-theming use latest commit 955c253 --- Ports/AvailablePorts.md | 2 +- Ports/serenity-theming/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 7473598cc3..411811691b 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -296,7 +296,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`SDL_sound`](SDL_sound/) | SDL\_sound (Abstract soundfile decoder add-on for SDL 1.2) | 1.0.3 | https://www.icculus.org/SDL_sound/ | | [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP | | [`sed`](sed/) | GNU sed | 4.9 | https://www.gnu.org/software/sed/ | -| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 7ef303d | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 955c253 | https://github.com/SerenityOS/theming | | [`serious-sam-classic`](serious-sam-classic/) | Serious Sam - The First Encounter | 1.10.4 | https://github.com/tx00100xt/SeriousSamClassic | | [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx | | [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl | diff --git a/Ports/serenity-theming/package.sh b/Ports/serenity-theming/package.sh index 33cb2860a1..71154e0bac 100755 --- a/Ports/serenity-theming/package.sh +++ b/Ports/serenity-theming/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh port=serenity-theming -version=7ef303d19c5db6a5d5f44d8d74f52ac26d42797f +version=955c25365c2e2e47af73b9f3acb68e8dcbc76520 workdir="theming-${version}" files=( - "https://github.com/SerenityOS/theming/archive/${version}.zip#16beaca84ca0c4bcc9691129767805e6ba0f631ce1ed54f9362f0195d96d8e1b" + "https://github.com/SerenityOS/theming/archive/${version}.zip#976bc81bd3191e3acaa6dce1a6f5277b74f775a2203e2d8ea917cefbdecf0b4c" ) build() {