changeset 2713:f07161c32ef7

update package sqlite
author Mark Brand <mabrand@mabrand.nl>
date Tue, 04 Sep 2012 09:14:47 +0200
parents 47d2e2bf5754
children d3769995dfd5
files index.html src/sqlite.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun Sep 02 20:31:46 2012 +0200
+++ b/index.html	Tue Sep 04 09:14:47 2012 +0200
@@ -1845,7 +1845,7 @@
     </tr>
     <tr>
         <td id="sqlite-package">sqlite</td>
-        <td id="sqlite-version">3071300</td>
+        <td id="sqlite-version">3071400</td>
         <td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
     </tr>
     <tr>
--- a/src/sqlite.mk	Sun Sep 02 20:31:46 2012 +0200
+++ b/src/sqlite.mk	Tue Sep 04 09:14:47 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := d3833b6ad68db8505d1044f761dd962f415cd302
+$(PKG)_CHECKSUM := 7b429809918201555f4c0fa639183a1c663d3fe0
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/$($(PKG)_FILE)