From d515ea530d09e7dec8a17d184ec69dff68d38b82 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 12 Dec 2025 20:06:46 +0000 Subject: [PATCH] bump(x11/python-xapp): 3.0.1 This commit has been automatically submitted by Github Actions. --- x11-packages/python-xapp/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/python-xapp/build.sh b/x11-packages/python-xapp/build.sh index a08a5535ac..b76e1f0d46 100644 --- a/x11-packages/python-xapp/build.sh +++ b/x11-packages/python-xapp/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/linuxmint/python3-xapp TERMUX_PKG_DESCRIPTION="XApp library Python bindings" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="3.0.0" +TERMUX_PKG_VERSION="3.0.1" TERMUX_PKG_SRCURL=https://github.com/linuxmint/python3-xapp/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=fef58cacd5a888eb1b7430a695ca3eb3c4c73c0547192d5b94c25123a8a4957c +TERMUX_PKG_SHA256=9083f64b80040aca6c20ede688f5f1e86ce90dbd808846400c5612fffde8a6ce TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+" TERMUX_PKG_DEPENDS="python, xapp"