We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34db818 commit 0c87916Copy full SHA for 0c87916
1 file changed
packages/python-apsw/build.sh
@@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://rogerbinns.github.io/apsw/
2
TERMUX_PKG_DESCRIPTION="Another Python SQLite Wrapper"
3
TERMUX_PKG_LICENSE="ZLIB"
4
TERMUX_PKG_MAINTAINER="@termux"
5
-TERMUX_PKG_VERSION="3.51.2.0"
6
-TERMUX_PKG_REVISION=1
+TERMUX_PKG_VERSION="3.52.0.0"
7
TERMUX_PKG_SRCURL=https://github.com/rogerbinns/apsw/releases/download/${TERMUX_PKG_VERSION}/apsw-${TERMUX_PKG_VERSION}.tar.gz
8
-TERMUX_PKG_SHA256=15b69c57358624d8fef1c37ecaa536691cbb39db824fd41a11021c2f3197a7fb
+TERMUX_PKG_SHA256=456e79a92b1621d681de679a043971e9a75011eb9dec46fbf55f037c29a8bdd5
9
TERMUX_PKG_AUTO_UPDATE=true
10
TERMUX_PKG_DEPENDS="libsqlite, python"
11
TERMUX_PKG_PYTHON_COMMON_BUILD_DEPS="wheel"
0 commit comments