diff options
Diffstat (limited to 'package/wayland-protocols')
-rw-r--r-- | package/wayland-protocols/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/wayland-protocols/Makefile b/package/wayland-protocols/Makefile index 458ccc51b..9c1f8ad1d 100644 --- a/package/wayland-protocols/Makefile +++ b/package/wayland-protocols/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= wayland-protocols -PKG_VERSION:= 1.23 +PKG_VERSION:= 1.31 PKG_RELEASE:= 1 -PKG_HASH:= 6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76 +PKG_HASH:= a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238 PKG_DESCR:= wayland protocols PKG_SECTION:= x11/libs PKG_BUILDDEP:= meson-host wayland-host -PKG_SITES:= https://wayland.freedesktop.org/releases/ +PKG_SITES:= https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/$(PKG_VERSION)/downloads/ PKG_OPTS:= dev include $(ADK_TOPDIR)/mk/package.mk |