changeset 2542:86030cf3b9d8

update package sqlite
author Mark Brand <mabrand@mabrand.nl>
date Tue, 22 May 2012 14:29:06 +0200
parents be6a32dfbaea
children fd3ee2ca91ab
files index.html src/sqlite.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Tue May 22 13:59:29 2012 +0200
+++ b/index.html	Tue May 22 14:29:06 2012 +0200
@@ -1825,7 +1825,7 @@
     </tr>
     <tr>
         <td id="sqlite-package">sqlite</td>
-        <td id="sqlite-version">3071200</td>
+        <td id="sqlite-version">3071201</td>
         <td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
     </tr>
     <tr>
--- a/src/sqlite.mk	Tue May 22 13:59:29 2012 +0200
+++ b/src/sqlite.mk	Tue May 22 14:29:06 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 30e6b0912f074cff5563697367c2ba9608d83bd3
+$(PKG)_CHECKSUM := 295b9acdf9c0452017ca1af392c0e5db019e6874
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/$($(PKG)_FILE)