diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-10-04 20:52:41 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-10-04 20:52:41 (GMT) |
commit | a2c2343f0dab5985255abe527e879cbb580c1cc4 (patch) | |
tree | 84236657a272160106104aeb57b06c15b69f8a43 /src | |
parent | fe1455c8cae335d4b754a4589463ea626215defc (diff) | |
download | mxe-a2c2343f0dab5985255abe527e879cbb580c1cc4.zip mxe-a2c2343f0dab5985255abe527e879cbb580c1cc4.tar.gz mxe-a2c2343f0dab5985255abe527e879cbb580c1cc4.tar.bz2 |
update package sqlite
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk index 16ad26a..27e30d4 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -3,7 +3,7 @@ PKG := sqlite $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 7b429809918201555f4c0fa639183a1c663d3fe0 +$(PKG)_CHECKSUM := c464e0e3efe98227c6546b9b1e786b51b8b642fc $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE) |