diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-10-22 20:22:47 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-10-22 20:44:58 +1000 |
commit | 67852064e092b102785e250b986406976ae0a5c4 (patch) | |
tree | 2971f396484968a08616d0ccca83502fe3e9e34a /tools | |
parent | f02b1a687e4dbb88f18b352065133e032cd901a8 (diff) |
[tools/depends][target] Bump wayland-protocols 1.32
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/wayland-protocols/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/wayland-protocols/Makefile b/tools/depends/target/wayland-protocols/Makefile index 0364867fdf..e3cc1b62ca 100644 --- a/tools/depends/target/wayland-protocols/Makefile +++ b/tools/depends/target/wayland-protocols/Makefile @@ -3,10 +3,10 @@ DEPS =Makefile ../../download-files.include # lib name, version LIBNAME=wayland-protocols -VERSION=1.24 +VERSION=1.32 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.xz -SHA512=4b1122517db56f48a5fafd4bd0cb7f94faef6fdd2d80e6cec17e5a6bafbaf2f5a71b958ed12e6d13965494885c209b2fb6dd8331487b39c6f251e71f1e770a15 +SHA512=90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966 ifeq ($(PLATFORM),) # Building stand-alone |