diff options
author | djwisdom <djwisdom@gmail.com> | 2022-07-14 05:26:54 +0800 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-07-14 04:34:19 +0000 |
commit | ae60357951bb74f3b57946ec946fc97e2638cd42 (patch) | |
tree | d78d51a6ad7108cba1f19526c575c4b58ab3b2c1 /Ports | |
parent | db5c4552386972a6e4b65adbe88d4ed9d2618f69 (diff) | |
download | serenity-ae60357951bb74f3b57946ec946fc97e2638cd42.zip |
Ports: Update serenity-theming use latest commit 2ce930e
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/serenity-theming/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index f0e944bad5..651e12c133 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 | [`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.8 | https://www.gnu.org/software/sed/ | -| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 6f44f8a | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 2ce930e | https://github.com/SerenityOS/theming | | [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx | | [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl | | [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys | diff --git a/Ports/serenity-theming/package.sh b/Ports/serenity-theming/package.sh index d754e172e5..160199bf38 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=6f44f8aa83aa7c512dc315a4bd1d68151442cb03 +version=2ce930eea861b61a26696a194afe63dfc0a4eefc workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 837b1d112a53144123c3cce4456349e7800bafe6817aa02dabe511cffa1ae393" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 3f82e11302ab964f6773c1e4d5dd32c2275f1e61c9efd619ef120b6eaa3b0af1" auth_type="sha256" build() { |