comparison src/sqlite.mk @ 4858:d7190db109f2

* src/sqlite.mk: update to v3.25.2
author John Donoghue
date Thu, 18 Oct 2018 09:15:40 -0400
parents 4cea16af20b4
children 38bc9910cd35
comparison
equal deleted inserted replaced
4857:0271f6d7af32 4858:d7190db109f2
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := sqlite 4 PKG := sqlite
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3220000 6 $(PKG)_VERSION := 3250200
7 $(PKG)_CHECKSUM := 2fb24ec12001926d5209d2da90d252b9825366ac 7 $(PKG)_CHECKSUM := aedfbdc14eb700099434d6a743135743cff47393
8 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.sqlite.org/2017/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/2018/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://www.sqlite.org/download.html' | \ 14 $(WGET) -q -O- 'http://www.sqlite.org/download.html' | \
15 $(SED) -n 's,.*sqlite-autoconf-\([0-9][^>]*\)\.tar.*,\1,p' | \ 15 $(SED) -n 's,.*sqlite-autoconf-\([0-9][^>]*\)\.tar.*,\1,p' | \