From ec0054da06376eee81ed8ee7ad816556b5aef5b2 Mon Sep 17 00:00:00 2001 From: djwisdom Date: Sat, 17 Jun 2023 15:54:57 +0800 Subject: [PATCH] Ports: Update serenity-theming use latest commit 43c42c9 --- 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 5867afb4c0..0bf1efb8e1 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -261,7 +261,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 | cd1fd73 | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 43c42c9 | 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 145d7a2bc3..573e32a7c2 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=cd1fd731e6197c8f687984e540fdaa993be1dec3 +version=43c42c98e75f929b38d7272d1ed86346d4810c1d workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip d3127e35008776c9a3b089f2bc2365ac7456a77900f0544adce776b9cbce76a7" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 1c319a4939822c5e39120ffb4615c6a478312c7cd4b22b10497d7f0b8b21ead3" auth_type="sha256" build() {