From 47eaef9b41f55622a331d541a152618ea652259e Mon Sep 17 00:00:00 2001 From: djwisdom Date: Sun, 9 Jul 2023 21:19:43 +0800 Subject: [PATCH] Ports: Update serenity-theming use latest commit 103b0ad --- 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 b4667b108d..701f653893 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -266,7 +266,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 | 49d499b | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 103b0ad | 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 94c6a96f58..8859fa54b6 100755 --- a/Ports/serenity-theming/package.sh +++ b/Ports/serenity-theming/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port=serenity-theming -version=49d499b675a397c30e3401ec98927157324e2762 +version=103b0add39f9e167e8f6c6d4715d9ffbf87d6d07 workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip c7fcb9b200fb4639fde9439075cd87624e5031d8e4353f297c65261431fe8a27" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 1c3a99d961b1013dbc8b499daa3ee872c5cba29f0efb7f6f885f7f292b3dbeda" auth_type="sha256" build() {