summaryrefslogtreecommitdiffstats
path: root/rules/sqlite.make
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-06-13 21:38:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-14 02:19:22 +0200
commit1255f5b98023437b764bf4decbfe38c03f496127 (patch)
tree1cdacdcc95012312d076e38de9a2d674545b6616 /rules/sqlite.make
parentdd9a86ceda765cbed7c3a1d50104422c43118287 (diff)
downloadptxdist-1255f5b98023437b764bf4decbfe38c03f496127.tar.gz
ptxdist-1255f5b98023437b764bf4decbfe38c03f496127.tar.xz
sqlite: Update to 3.7.13
Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sqlite.make')
-rw-r--r--rules/sqlite.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/sqlite.make b/rules/sqlite.make
index 097cf7667..0ff4c8608 100644
--- a/rules/sqlite.make
+++ b/rules/sqlite.make
@@ -20,8 +20,8 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlite
#
# Paths and names
#
-SQLITE_VERSION := 3071100
-SQLITE_MD5 := 0552d71bda98ebdcaea305cd6058221b
+SQLITE_VERSION := 3071300
+SQLITE_MD5 := c97df403e8a3d5b67bb408fcd6aabd8e
SQLITE := sqlite-autoconf-$(SQLITE_VERSION)
SQLITE_SUFFIX := tar.gz
SQLITE_URL := http://www.sqlite.org/$(SQLITE).$(SQLITE_SUFFIX)