comparison src/sqlite.mk @ 5428:d5a4568f8c7a

* src/sqlite.mk: update to v3320100
author John Donoghue <john.donoghue@ieee.org>
date Mon, 25 May 2020 14:55:51 -0400
parents 7ba6499a66d4
children a92a992c7697
comparison
equal deleted inserted replaced
5427:b4e96ab59c02 5428:d5a4568f8c7a
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 := 3310100 6 $(PKG)_VERSION := 3320100
7 $(PKG)_CHECKSUM := 0c30f5b22152a8166aa3bebb0f4bc1f3e9cc508b 7 $(PKG)_CHECKSUM := 3d34d86ef726b66edeb0b93b2a4c0d036ea8dcf3
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/2020/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/2020/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12