diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-01 06:29:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:16 +0200 |
commit | 7863c45198ef4819ecdb7d1cd357248e89039bd4 (patch) | |
tree | b4dc77a82d804a837d4e260ad5314db436092441 | |
parent | b7d32ce0799c286e6b1b619e86e49cc561e4c503 (diff) |
libxcb: update to 1.17.0
-rw-r--r-- | package/libxcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxcb/Makefile b/package/libxcb/Makefile index 5dbd1b4b5..cc42bbc74 100644 --- a/package/libxcb/Makefile +++ b/package/libxcb/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libxcb -PKG_VERSION:= 1.16 +PKG_VERSION:= 1.17.0 PKG_RELEASE:= 1 -PKG_HASH:= bc0f75f84b28e6496a19a1d094d7e47def861a50cb7cce5b23b62eecdc2a4479 +PKG_HASH:= 2c69287424c9e2128cb47ffe92171e10417041ec2963bceafb65cb3fcf8f0b85 PKG_DESCR:= interface to the x window system protocol PKG_SECTION:= x11/libs PKG_BUILDDEP:= python3 libpthread-stubs libxslt libXau xcb-proto |