From b5fdfa1e82ccd978464b8ca8b2f36125db8cbe33 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 23 Mar 2024 23:06:42 +0000 Subject: [PATCH] libxkbcommon: update to 1.10.0 and PKG_URL news: - https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS.md --- packages/wayland/libxkbcommon/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/wayland/libxkbcommon/package.mk b/packages/wayland/libxkbcommon/package.mk index 23035a3899..7de2c2f32b 100644 --- a/packages/wayland/libxkbcommon/package.mk +++ b/packages/wayland/libxkbcommon/package.mk @@ -3,11 +3,11 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libxkbcommon" -PKG_VERSION="1.6.0" -PKG_SHA256="0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b" +PKG_VERSION="1.10.0" +PKG_SHA256="0427585a4d6ca17c9fc1ac4b539bf303348e9080af70c5ea402503bc370a9631" PKG_LICENSE="MIT" PKG_SITE="https://xkbcommon.org" -PKG_URL="https://xkbcommon.org/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" +PKG_URL="https://github.com/xkbcommon/libxkbcommon/archive/refs/tags/xkbcommon-${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain xkeyboard-config libxml2" PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions."