From b6fe0ce5077e5e5f17ff551d045b3932b5d2c422 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 12 Sep 2020 21:17:13 +0000 Subject: [PATCH] xorg-xev: update to 1.2.4 --- x11-packages/xorg-xev/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-packages/xorg-xev/build.sh b/x11-packages/xorg-xev/build.sh index 1c0bffc56..0c6f6026e 100644 --- a/x11-packages/xorg-xev/build.sh +++ b/x11-packages/xorg-xev/build.sh @@ -2,8 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/ TERMUX_PKG_DESCRIPTION="Print contents of X events" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Leonid Pliushch " -TERMUX_PKG_VERSION=1.2.3 -TERMUX_PKG_REVISION=20 +TERMUX_PKG_VERSION=1.2.4 TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/app/xev-${TERMUX_PKG_VERSION}.tar.bz2 -TERMUX_PKG_SHA256=66bc4f1cfa1946d62612737815c34164e4ce40fcebd2c9e1d7e7a1117ad3ad09 +TERMUX_PKG_SHA256=d700e08bfe751ed2dbf802baa204b056d0e49348b6eb3c6f9cb035d8ae4885e2 TERMUX_PKG_DEPENDS="libx11, libxrandr"