chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e182e9
)
sqlite: Update from 3.11.0 to 3.11.1
author
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 7 Mar 2016 18:57:44 +0000
(13:57 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 7 Mar 2016 18:57:44 +0000
(13:57 -0500)
packages/libsqlite/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libsqlite/build.sh
b/packages/libsqlite/build.sh
index a0166c105e8467ebdef9ffb69e6a1e25e796fe20..804323ff4abb4227c0bb768a78a31290bbd397a4 100755
(executable)
--- a/
packages/libsqlite/build.sh
+++ b/
packages/libsqlite/build.sh
@@
-1,6
+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.11.0
-TERMUX_PKG_BUILD_REVISION=1
-TERMUX_PKG_SRCURL=https://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz
+TERMUX_PKG_VERSION=3.11.1
+TERMUX_PKG_SRCURL=https://www.sqlite.org/2016/sqlite-autoconf-3110100.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-readline"