diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-04-10 23:04:39 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-04-10 23:04:39 (GMT) |
commit | 146fd4edc4bcfe8c6b0ce1dbfeb1bed159cc2f15 (patch) | |
tree | d039854bd1b5dcc33dd824b9d4ba736820720efd /src/sqlite.mk | |
parent | b36eae0780bee64ef237f358fa01ecfd4e568460 (diff) | |
download | mxe-146fd4edc4bcfe8c6b0ce1dbfeb1bed159cc2f15.zip mxe-146fd4edc4bcfe8c6b0ce1dbfeb1bed159cc2f15.tar.gz mxe-146fd4edc4bcfe8c6b0ce1dbfeb1bed159cc2f15.tar.bz2 |
update: freetds, qtxlsxwriter, sqlite
Diffstat (limited to 'src/sqlite.mk')
-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 44d053b..a668d33 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -4,8 +4,8 @@ PKG := sqlite $(PKG)_WEBSITE := https://www.sqlite.org/ $(PKG)_DESCR := SQLite $(PKG)_IGNORE := -$(PKG)_VERSION := 3230000 -$(PKG)_CHECKSUM := b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49 +$(PKG)_VERSION := 3230100 +$(PKG)_CHECKSUM := 92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://www.sqlite.org/2018/$($(PKG)_FILE) |