diff options
author | Mark Brand <mabrand@mabrand.nl> | 2016-08-08 22:32:27 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2016-08-08 22:32:27 (GMT) |
commit | 6572913d75782aa2faa933a1dabe1058039438ab (patch) | |
tree | cc7f04a71d1e3d16d897bcf30575505bf1d61885 /src | |
parent | df2b30d8ef5c7682a9fb4bbf4d3aacabfe2173be (diff) | |
download | mxe-6572913d75782aa2faa933a1dabe1058039438ab.zip mxe-6572913d75782aa2faa933a1dabe1058039438ab.tar.gz mxe-6572913d75782aa2faa933a1dabe1058039438ab.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 ff0a08b..70d729b 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -3,8 +3,8 @@ PKG := sqlite $(PKG)_IGNORE := -$(PKG)_VERSION := 3130000 -$(PKG)_CHECKSUM := e2797026b3310c9d08bd472f6d430058c6dd139ff9d4e30289884ccd9744086b +$(PKG)_VERSION := 3140000 +$(PKG)_CHECKSUM := 742db0ebbd9cc91ed6a41857f50aa9795fc859c994a256125135cd07f6cdfd76 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.sqlite.org/2016/$($(PKG)_FILE) |