comparison src/sqlite.mk @ 6220:d7952f4bcc39

* src/sqlite.mk: update to 3380500
author John Donoghue <john.donoghue@ieee.org>
date Tue, 10 May 2022 07:15:53 -0400
parents 63689585c22b
children 1c4922328c4f
comparison
equal deleted inserted replaced
6219:0c32824e1a6d 6220:d7952f4bcc39
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 := 3380400 6 $(PKG)_VERSION := 3380500
7 $(PKG)_CHECKSUM := ea4313e8a5993afdccdb5c01e6e0b247ea06a537 7 $(PKG)_CHECKSUM := e37f9ea8ac088c6f0aa3462f8e1522ccc58de824
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/2022/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/2022/$($(PKG)_FILE)
11 $(PKG)_DEPS := readline zlib 11 $(PKG)_DEPS := readline zlib
12 12