update package sqlite

This commit is contained in:
Mark Brand 2012-12-20 08:00:26 +01:00
parent 26c126f728
commit 19b1afc07f
2 changed files with 2 additions and 2 deletions

View File

@ -1953,7 +1953,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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)