comparison src/sqlite.mk @ 5798:8613228c0386

* src/sqlite.mk: update to v3.36.0
author John Donoghue <john.donoghue@ieee.org>
date Mon, 05 Jul 2021 07:25:53 -0400
parents b4dd33ef5d97
children 33a3c07508c8
comparison
equal deleted inserted replaced
5797:4b7fcdc2020c 5798:8613228c0386
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 := 3350500 6 $(PKG)_VERSION := 3360000
7 $(PKG)_CHECKSUM := f6875472fc86c679400ede139d1dfc6937003abc 7 $(PKG)_CHECKSUM := a4bcf9e951bfb9745214241ba08476299fc2dc1e
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/2021/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/2021/$($(PKG)_FILE)
11 $(PKG)_DEPS := readline zlib 11 $(PKG)_DEPS := readline zlib
12 12