diff options
author | djwisdom <djwisdom@gmail.com> | 2022-07-19 10:04:19 +0800 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-19 10:50:05 +0100 |
commit | 268c146c043f0310631e20465fa73ca79f226222 (patch) | |
tree | 9411b0e118e705777f4516beaa7b2669d5c6fab8 /Ports/serenity-theming | |
parent | 7a8104e79b9c8b4bb63d9ad8386ed73125ca07a5 (diff) | |
download | serenity-268c146c043f0310631e20465fa73ca79f226222.zip |
Ports: Update serenity-theming use latest commit 98ea1b3
Diffstat (limited to 'Ports/serenity-theming')
-rwxr-xr-x | Ports/serenity-theming/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/serenity-theming/package.sh b/Ports/serenity-theming/package.sh index 160199bf38..e1b9c8c1bc 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=2ce930eea861b61a26696a194afe63dfc0a4eefc +version=98ea1b3065b09f976e0f52d41a01474f5d99ff7e workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 3f82e11302ab964f6773c1e4d5dd32c2275f1e61c9efd619ef120b6eaa3b0af1" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip d67cd56d04469d64d95f2d4516f8bccaa2efb996a47c124430c5b60fdaafabdf" auth_type="sha256" build() { |