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"