mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Ports: Update serenity-theming use latest commit fbd26ec
This commit is contained in:
parent
40984d3355
commit
27fa038ffa
2 changed files with 3 additions and 3 deletions
|
@ -225,7 +225,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/ |
|
| [`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 |
|
| [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP |
|
||||||
| [`sed`](sed/) | GNU sed | 4.8 | https://www.gnu.org/software/sed/ |
|
| [`sed`](sed/) | GNU sed | 4.8 | https://www.gnu.org/software/sed/ |
|
||||||
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 3b4e1f2 | https://github.com/SerenityOS/theming |
|
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | fbd26ec | https://github.com/SerenityOS/theming |
|
||||||
| [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx |
|
| [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx |
|
||||||
| [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl |
|
| [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl |
|
||||||
| [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys |
|
| [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys |
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=serenity-theming
|
port=serenity-theming
|
||||||
version=3b4e1f2434e10b63f7b4cc6dc520e69de32671b2
|
version=fbd26eca36ce7008d2d4879d93ae61c5931d9e64
|
||||||
workdir="theming-${version}"
|
workdir="theming-${version}"
|
||||||
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 9c5cc4600f39d7f19bb1f3a7575bbc844d005aa8901e28073bc5830964542fba"
|
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip a7676238101079b35cf695b5eff5e908d513034e28ac74ab1f5d45358b4bee2b"
|
||||||
auth_type="sha256"
|
auth_type="sha256"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue