[Buildroot] [git commit] sqlite: bump to version 3.8.7

Peter Korsgaard peter at korsgaard.com
Sun Oct 19 17:05:56 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=76b55eae7ff5903a12495b5e8dd1d53d207bab7c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sqlite/sqlite.hash |    2 ++
 package/sqlite/sqlite.mk   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash
new file mode 100644
index 0000000..e2a0f91
--- /dev/null
+++ b/package/sqlite/sqlite.hash
@@ -0,0 +1,2 @@
+# From http://www.sqlite.org/download.html
+sha1	8b773b006db46f3ffcbabe065e927823d13bf5c0	sqlite-autoconf-3080700.tar.gz
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index e579ae8..19bde83 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQLITE_VERSION = 3080600
+SQLITE_VERSION = 3080700
 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
 SQLITE_SITE = http://www.sqlite.org/2014
 SQLITE_LICENSE = Public domain


More information about the buildroot mailing list