evtest: update to a non-geoblocked source URL

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
Christian Hewitt 2025-08-01 10:27:22 +00:00
parent 5149e6686d
commit 8b0aa83816
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="evtest"
PKG_VERSION="1.35"
PKG_SHA256="a224abeb783561193660999b0c986216d691cb271b5ec3af88c6bb37b55ff51c"
PKG_VERSION="3fe3ce98d81ae8b00156933ddb86b92a874cba6a" # HEAD 07/04/2025
PKG_SHA256="ed9eace5cde4ce8d2c5bcfd10a700d2d0bbf843c1ed9359701db0305adb897ac"
PKG_LICENSE="GPL"
PKG_SITE="http://cgit.freedesktop.org/evtest/"
PKG_URL="https://repo.or.cz/evtest.git/snapshot/evtest-${PKG_VERSION}.tar.gz"
PKG_SITE="https://gitlab.freedesktop.org/libevdev/evtest/"
PKG_URL="https://gitlab.freedesktop.org/libevdev/evtest/-/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libxml2"
PKG_LONGDESC="A simple tool for input event debugging."
PKG_TOOLCHAIN="autotools"

View File

@ -3,7 +3,7 @@
PKG_NAME="system-tools"
PKG_VERSION="1.0"
PKG_REV="5"
PKG_REV="6"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"