changeset 2574:e790818b1d97

update package sqlite
author Mark Brand <mabrand@mabrand.nl>
date Mon, 11 Jun 2012 12:15:27 +0200
parents ebe77bc7e002
children 499e50dda1fa
files index.html src/sqlite.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun Jun 10 11:26:50 2012 +0200
+++ b/index.html	Mon Jun 11 12:15:27 2012 +0200
@@ -1830,7 +1830,7 @@
     </tr>
     <tr>
         <td id="sqlite-package">sqlite</td>
-        <td id="sqlite-version">3071201</td>
+        <td id="sqlite-version">3071300</td>
         <td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
     </tr>
     <tr>
--- a/src/sqlite.mk	Sun Jun 10 11:26:50 2012 +0200
+++ b/src/sqlite.mk	Mon Jun 11 12:15:27 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 295b9acdf9c0452017ca1af392c0e5db019e6874
+$(PKG)_CHECKSUM := d3833b6ad68db8505d1044f761dd962f415cd302
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/$($(PKG)_FILE)