瀏覽代碼

Ports: Update serenity-theming use latest commit 624c29a

djwisdom 2 年之前
父節點
當前提交
98672e09dd
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      Ports/AvailablePorts.md
  2. 2 2
      Ports/serenity-theming/package.sh

+ 1 - 1
Ports/AvailablePorts.md

@@ -224,7 +224,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                                              | 018356b                  | https://github.com/SerenityOS/theming                                          |
+| [`serenity-theming`](serenity-theming/)             | SerenityOS theming                                              | 624c29a                  | 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                                    |

+ 2 - 2
Ports/serenity-theming/package.sh

@@ -1,8 +1,8 @@
 #!/usr/bin/env -S bash ../.port_include.sh
 port=serenity-theming
-version=018356b4d5fa742efba21e3dd67c3159f44fd447
+version=624c29a22d11fa01ea6729afbd96375d809cc99b
 workdir="theming-${version}"
-files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 061cc14c963d76382c4f4c478feede39a50403d6b0c67fc5199a0f1f0fa9b068"
+files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip a043589b82b52dbc7ad8f819f21955e51b4358196ee9efc6942720dd912662b7"
 auth_type="sha256"
 
 build() {