From 6be107ac52c8e40cd4a4defb5e8cc04d2d12bbdd Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 6 Oct 2023 18:32:09 +0000 Subject: [PATCH] bump(main/python-apsw): 3.43.1.1 This commit has been automatically submitted by Github Actions. --- packages/python-apsw/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python-apsw/build.sh b/packages/python-apsw/build.sh index 270f6e7559..e0878fa91d 100644 --- a/packages/python-apsw/build.sh +++ b/packages/python-apsw/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/rogerbinns/apsw/ TERMUX_PKG_DESCRIPTION="Another Python SQLite Wrapper" TERMUX_PKG_LICENSE="ZLIB" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="3.43.1.0" +TERMUX_PKG_VERSION="3.43.1.1" TERMUX_PKG_SRCURL=https://github.com/rogerbinns/apsw/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=cadd0485dbfb3f79f9179f7c5a40000d3d354ed6450073a5e206d93e30710ba4 +TERMUX_PKG_SHA256=62feed8ab6a928cc9cfaa095708095c31fd61179a05aa214984c74eb2c01e3e5 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libsqlite, python" TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"