diff options
author | djwisdom <djwisdom@gmail.com> | 2022-12-05 02:13:02 +0800 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-12-04 14:02:18 -0800 |
commit | 3f38f610439f60bceafd718855d4fe6c259198fb (patch) | |
tree | 145f4a017605335f3c0581c250f92af474f57408 /Ports | |
parent | 2e3efd34c375a53a5a1046d63bf63147d7559c34 (diff) | |
download | serenity-3f38f610439f60bceafd718855d4fe6c259198fb.zip |
Ports: Update serenity-theming app use latest commit
Add fonts Hantschrift and Schwedische Schreibschrift
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 0e3b6affb4..c104f37202 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -239,7 +239,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 | 490a15a | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | b621077 | 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 3050ff3337..40addda909 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=490a15af05e378f57891a2dc43178fdc9d4442a0 +version=b621077636f00a2b78ba09d5596777e8ac061bcc workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 09ee982972ccf4d6ee65361a7c54f946b3bba2c02a2296367e602fe154cd4c9a" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 4f9304facd751b6096ee8a7617c80cedeb273d19336994712ba50a5b6c165ea3" auth_type="sha256" build() { |