diff options
author | djwisdom <djwisdom@gmail.com> | 2022-08-01 20:52:22 +0800 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-01 14:28:27 +0100 |
commit | 8ab31284e734ea5f04a52f1a353b04c45e0622ca (patch) | |
tree | 68cfcfc3fcd252082deffea88230171b9a99fd2b | |
parent | 548081ea23f131ae129ff5e1f2ca70ea4eda2da9 (diff) | |
download | serenity-8ab31284e734ea5f04a52f1a353b04c45e0622ca.zip |
Ports: Update serenity-theming use commit 3dc8b8e
-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 bff199ac6a..9b01d1d88f 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 | 5d626d9 | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 3dc8b8e | 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 2473f577b6..5d94e6dde8 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=5d626d9d8395b5544015b9859beaa9b24ff91cf1 +version=3dc8b8e4605f726da82d3262f6c4ea48ada8d569 workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 24ddd5e7ebf5a429e2f8304f45cd9baf0d2c1618faae690bc4c6171ec89adc1b" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 20a6b48b8787fe263dcafae4f698913b0b93f6c6f74895b1c6df4f9a16f0b3ac" auth_type="sha256" build() { |