comparison src/sqlite.mk @ 4475:ba6c050833d5

sqlite: update to v3.20.1 * src/sqlite.mk: update version, checksum
author John D
date Tue, 19 Sep 2017 16:47:45 -0400
parents 4b03c8eb1c4c
children 2472723fc655
comparison
equal deleted inserted replaced
4474:c7285e784532 4475:ba6c050833d5
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 := 3190300 6 $(PKG)_VERSION := 3200100
7 $(PKG)_CHECKSUM := 58f2cabffb3ff4761a3ac7f834d9db7b46307c1f 7 $(PKG)_CHECKSUM := 48593dcd19473f25fe6fcd08048e13ddbff4c983
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