changeset 4048:c1e43a676602

sqlite: update to 3090000 * src/sqlite.mk: update version,checksum
author John Donoghue
date Thu, 15 Oct 2015 08:00:42 -0400
parents 723ac21042ae
children d882a15af20e
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Thu Oct 15 07:48:54 2015 -0400
+++ b/src/sqlite.mk	Thu Oct 15 08:00:42 2015 -0400
@@ -3,8 +3,8 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3081101
-$(PKG)_CHECKSUM := d0e22d7e361b6f50830a3cdeafe35311443f8f9a
+$(PKG)_VERSION  := 3090000
+$(PKG)_CHECKSUM := 6578aa8df05fd7777fbbc4fbf1912d981623f73b
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/2015/$($(PKG)_FILE)