Ports: Update serenity-theming to latest commit
This commit is contained in:
parent
af71aa4e0b
commit
036f68f857
Notes:
sideshowbarker
2024-07-17 09:45:46 +09:00
Author: https://github.com/djwisdom Commit: https://github.com/SerenityOS/serenity/commit/036f68f857 Pull-request: https://github.com/SerenityOS/serenity/pull/14477
2 changed files with 3 additions and 3 deletions
|
@ -219,7 +219,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 | e4e2f26 | https://github.com/SerenityOS/theming |
|
||||
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 6f44f8a | 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=e4e2f262ea684a435e9dd2a0e4a9dbca78eeb610
|
||||
version=6f44f8aa83aa7c512dc315a4bd1d68151442cb03
|
||||
workdir="theming-${version}"
|
||||
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip fc369c11577f70dc2cf8306678928072b203c0c2bb64a3194c143831737bc0ae"
|
||||
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 837b1d112a53144123c3cce4456349e7800bafe6817aa02dabe511cffa1ae393"
|
||||
auth_type="sha256"
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue