From 8ad0277b2e0b7c8ac01ac0fd979d9e7e002535eb Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Tue, 4 Sep 2012 09:14:47 +0200 Subject: [PATCH] update package sqlite --- index.html | 2 +- src/sqlite.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4ad25f02..3199458e 100644 --- a/index.html +++ b/index.html @@ -1845,7 +1845,7 @@ USE_OSGPLUGIN(<plugin2>) sqlite - 3071300 + 3071400 SQLite diff --git a/src/sqlite.mk b/src/sqlite.mk index debd5fff..16ad26a4 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -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)