diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-07 04:50:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-11 11:12:01 +0100 |
commit | 03c84da8ecaeddbf4576c86c2628e2392ca7ee81 (patch) | |
tree | 6a3bd04156d19fcec4c69fa242fd6e6e02ea6f7e /package/wayland | |
parent | 324a0c908e2692e31cc1a37c3f2ecd7023b26056 (diff) |
wayland: update to 1.22.0
Diffstat (limited to 'package/wayland')
-rw-r--r-- | package/wayland/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/wayland/Makefile b/package/wayland/Makefile index e46b96838..796af73f6 100644 --- a/package/wayland/Makefile +++ b/package/wayland/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= wayland -PKG_VERSION:= 1.21.0 +PKG_VERSION:= 1.22.0 PKG_RELEASE:= 1 -PKG_HASH:= 6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac +PKG_HASH:= 1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842 PKG_DESCR:= wayland PKG_SECTION:= x11/libs -PKG_BUILDDEP:= wayland-host meson-host -HOST_BUILDDEP:= expat-host libxml2-host libffi-host +PKG_BUILDDEP:= wayland-host +HOST_BUILDDEP:= meson-host expat-host libxml2-host libffi-host PKG_SITES:= https://gitlab.freedesktop.org/wayland/wayland/-/releases/$(PKG_VERSION)/downloads/ PKG_OPTS:= dev |