summaryrefslogtreecommitdiffstats
path: root/src/sqlite.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-08-29 09:40:18 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-08-29 09:40:18 (GMT)
commitab12b85a6786017a7df8b209fcb5c14f4a30f823 (patch)
tree2c94d65520b771e0397b38816c5cbc1fd64fd143 /src/sqlite.mk
parent5af2bcb208c744d2e8eb66d81f7aad5511d95d7c (diff)
downloadmxe-ab12b85a6786017a7df8b209fcb5c14f4a30f823.zip
mxe-ab12b85a6786017a7df8b209fcb5c14f4a30f823.tar.gz
mxe-ab12b85a6786017a7df8b209fcb5c14f4a30f823.tar.bz2
upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent libgcrypt pcre sqlite w32api
New requirement XZ Utils for unpacking w32api lzma archive.
Diffstat (limited to 'src/sqlite.mk')
-rw-r--r--src/sqlite.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk
index a027303..faae1af 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -4,8 +4,8 @@
# SQLite
PKG := sqlite
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3.6.23.1
-$(PKG)_CHECKSUM := 0f4a1390f6405b8f00ecc3694c99ba4e87b40308
+$(PKG)_VERSION := 3.7.2
+$(PKG)_CHECKSUM := 12aed8fc9c729444e82a27644ceb6d6a0e695cfc
$(PKG)_SUBDIR := sqlite-$($(PKG)_VERSION)
$(PKG)_FILE := sqlite-amalgamation-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.sqlite.org/