changeset 1306:6d1e2d4e7ab0

upgrade package sqlite
author Mark Brand <mabrand@mabrand.nl>
date Fri, 08 Oct 2010 08:28:17 +0200
parents d39ae1dcd00e
children 8150ea76fd48
files src/sqlite.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sqlite.mk	Thu Oct 07 15:05:57 2010 +1100
+++ b/src/sqlite.mk	Fri Oct 08 08:28:17 2010 +0200
@@ -4,8 +4,8 @@
 # SQLite
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.7.2
-$(PKG)_CHECKSUM := 12aed8fc9c729444e82a27644ceb6d6a0e695cfc
+$(PKG)_VERSION  := 3.7.3
+$(PKG)_CHECKSUM := af3740819547f0dba52e096045525329f645c54f
 $(PKG)_SUBDIR   := sqlite-$($(PKG)_VERSION)
 $(PKG)_FILE     := sqlite-amalgamation-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://www.sqlite.org/