changeset 3007:b14b4ed34b48 draft

update package sqlite
author Mark Brand <mabrand@mabrand.nl>
date Thu, 20 Dec 2012 08:00:26 +0100
parents 2f14834f456f
children 42060c7885ed 812bddf135fa
files index.html src/sqlite.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html
+++ b/index.html
@@ -1953,7 +1953,7 @@
     </tr>
     <tr>
         <td id="sqlite-package">sqlite</td>
-        <td id="sqlite-version">3071500</td>
+        <td id="sqlite-version">3071501</td>
         <td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
     </tr>
     <tr>
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -3,7 +3,7 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 7b463b76b7a0e322dcdf7bf2221f6e508511e392
+$(PKG)_CHECKSUM := 0247b4ff581e7bacaad97663116a029ad1976f1c
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/$($(PKG)_FILE)