diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 02:23:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 02:23:18 +0200 |
commit | e38b727365271ba3e9500c0312827ed8af579377 (patch) | |
tree | 5ffc76ed35fd78d944ae1577db897c3bd96fbd96 | |
parent | 946854123fa66d89498f7f4efa450ecc88a15349 (diff) |
wayland: update to 1.24.0
-rw-r--r-- | package/wayland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wayland/Makefile b/package/wayland/Makefile index 4325bf3d6..24535f1cf 100644 --- a/package/wayland/Makefile +++ b/package/wayland/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= wayland -PKG_VERSION:= 1.23.1 +PKG_VERSION:= 1.24.0 PKG_RELEASE:= 1 -PKG_HASH:= 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed +PKG_HASH:= 82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536 PKG_DESCR:= wayland PKG_SECTION:= x11/libs PKG_BUILDDEP:= wayland-host libffi |