comparison src/sqlite.mk @ 4600:2472723fc655

sqlite: update to v3220000 * src/sqlite.mk: update version, checksum
author John D
date Mon, 29 Jan 2018 08:46:54 -0500
parents ba6c050833d5
children 4cea16af20b4
comparison
equal deleted inserted replaced
4599:58c8336d59d0 4600:2472723fc655
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 := 3200100 6 $(PKG)_VERSION := 3220000
7 $(PKG)_CHECKSUM := 48593dcd19473f25fe6fcd08048e13ddbff4c983 7 $(PKG)_CHECKSUM := 2fb24ec12001926d5209d2da90d252b9825366ac
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