diff options
author | djwisdom <djwisdom@gmail.com> | 2022-06-12 22:20:09 +0800 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-12 15:50:46 +0100 |
commit | 455c0b7794feb579623bbb584666854e099d9fdf (patch) | |
tree | 1fcce6c3670ec36f3059f155f8491c7b7fd63aab | |
parent | 72066880c659be701cb1acddad610da012e7f428 (diff) | |
download | serenity-455c0b7794feb579623bbb584666854e099d9fdf.zip |
Ports: Update serenity-theming to e4e2f26
-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 e0940ceb65..36ca661650 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -208,7 +208,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`SDL_sound`](SDL_sound/) | SDL_sound (Abstract soundfile decoder) | | https://github.com/icculus/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 | 2287073 | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | e4e2f26 | 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 23c9779681..0be575c7f5 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=22870738503a99067e1de604e28f1d0cccd461af +version=e4e2f262ea684a435e9dd2a0e4a9dbca78eeb610 workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip c6686c2c6afcb88d77454ce25e290b96295fb62f8891f26ee4bc4b204a0b9734" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip fc369c11577f70dc2cf8306678928072b203c0c2bb64a3194c143831737bc0ae" auth_type="sha256" build() { |