comparison src/sqlite.mk @ 4358:bd2098fa2f4d

sqlite: update to 3.17.0 * src/sqlite.mk: update version, checksum
author John D
date Mon, 13 Mar 2017 08:13:02 -0400
parents a3a8ba2c39bd
children bff635666945
comparison
equal deleted inserted replaced
4357:74c7af6a36c0 4358:bd2098fa2f4d
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 := 3160200 6 $(PKG)_VERSION := 3170000
7 $(PKG)_CHECKSUM := 64ca578ad44a94115b1db0406740e14288f74bb8 7 $(PKG)_CHECKSUM := 7bcff1c158ed9e2c0e159c1b4b6c36d4d65dff8c
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/2017/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12