diff options
author | djwisdom <djwisdom@gmail.com> | 2022-07-04 07:51:58 +0800 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-07-04 05:50:32 +0000 |
commit | 036f68f8573cceb8d7e219ba15bbd374d40e2fca (patch) | |
tree | 04bf5fc2a4f7b9ab23cd29c7a5f82db9f0652686 /Ports/serenity-theming/package.sh | |
parent | af71aa4e0bcc7ba4b6a1a6b5cf4f365c7b994a0f (diff) | |
download | serenity-036f68f8573cceb8d7e219ba15bbd374d40e2fca.zip |
Ports: Update serenity-theming to latest commit
Diffstat (limited to 'Ports/serenity-theming/package.sh')
-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 0be575c7f5..d754e172e5 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=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() { |