diff options
author | Mark Brand <mabrand@mabrand.nl> | 2014-12-10 00:16:48 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2014-12-10 00:16:48 (GMT) |
commit | 5e82d3e7219d715aa4b50fa95c399245ae2f65d3 (patch) | |
tree | 7dc2ecc607ef918ea5c8aa18016d8eda9d2ddd9f /src | |
parent | 51089b944dfecf704bc8fa2175318996d1eab87f (diff) | |
download | mxe-5e82d3e7219d715aa4b50fa95c399245ae2f65d3.zip mxe-5e82d3e7219d715aa4b50fa95c399245ae2f65d3.tar.gz mxe-5e82d3e7219d715aa4b50fa95c399245ae2f65d3.tar.bz2 |
sqlite: update
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk index 895aa4c..4b56826 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -3,8 +3,8 @@ PKG := sqlite $(PKG)_IGNORE := -$(PKG)_VERSION := 3080703 -$(PKG)_CHECKSUM := 5cbe9aa4af1b32787045a251dba6debee3f061c0 +$(PKG)_VERSION := 3080704 +$(PKG)_CHECKSUM := 70ca0b8884a6b145b7f777724670566e2b4f3cde $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.sqlite.org/2014/$($(PKG)_FILE) |