mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports: Update serenity-theming use latest commit 5d626d9
This commit is contained in:
parent
60f3880650
commit
8598fbb008
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/djwisdom Commit: https://github.com/SerenityOS/serenity/commit/8598fbb008 Pull-request: https://github.com/SerenityOS/serenity/pull/14711
2 changed files with 3 additions and 3 deletions
|
@ -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 | f6d9306 | https://github.com/SerenityOS/theming |
|
||||
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 5d626d9 | 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 |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=serenity-theming
|
||||
version=f6d93060b5f950a213bbc72c5aa76637b566626c
|
||||
version=5d626d9d8395b5544015b9859beaa9b24ff91cf1
|
||||
workdir="theming-${version}"
|
||||
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 3a891e6ccdfd783ef92813d394ec73a0c381acb15ea0e1ca080b7a9a7ce697d2"
|
||||
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 24ddd5e7ebf5a429e2f8304f45cd9baf0d2c1618faae690bc4c6171ec89adc1b"
|
||||
auth_type="sha256"
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue