]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
sqlite: bump version to 3.14.0
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 9 Aug 2016 09:07:38 +0000 (10:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Aug 2016 10:09:04 +0000 (12:09 +0200)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sqlite/sqlite.hash
package/sqlite/sqlite.mk

index ce03e1ecd33065e65c352a49fae47af992afeb7f..b4db80d90bad9d81bd542dea0742b5d20513a87e 100644 (file)
@@ -1,4 +1,4 @@
 # From http://www.sqlite.org/download.html
-sha1 f6f76e310389e3f510b23826f805850449ae8653  sqlite-autoconf-3130000.tar.gz
+sha1 f0ed10b416c467062c76b899f08c773c713fb8fd  sqlite-autoconf-3140000.tar.gz
 # Calculated based on the hash above
-sha256 e2797026b3310c9d08bd472f6d430058c6dd139ff9d4e30289884ccd9744086b  sqlite-autoconf-3130000.tar.gz
+sha256 742db0ebbd9cc91ed6a41857f50aa9795fc859c994a256125135cd07f6cdfd76  sqlite-autoconf-3140000.tar.gz
index 0dadd76516aafe2b9dfcd3bdd9d4985b3c6c32b8..9703f82de3da2da5360eee7729c97a5990f3dda5 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQLITE_VERSION = 3130000
+SQLITE_VERSION = 3140000
 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
 SQLITE_SITE = http://www.sqlite.org/2016
 SQLITE_LICENSE = Public domain