sqlite: Update from 3.12.2 to 3.13.0

This commit is contained in:
Fredrik Fornwall
2016-05-18 19:16:50 -04:00
parent ca9662c53f
commit b398ded1ee

View File

@@ -1,5 +1,5 @@
TERMUX_PKG_HOMEPAGE=http://www.sqlite.org/
TERMUX_PKG_DESCRIPTION="Software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine"
TERMUX_PKG_VERSION=3.12.2
TERMUX_PKG_SRCURL=https://www.sqlite.org/2016/sqlite-autoconf-3120200.tar.gz
TERMUX_PKG_VERSION=3.13.0
TERMUX_PKG_SRCURL=https://www.sqlite.org/2016/sqlite-autoconf-3130000.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-readline"