update sqlite

This commit is contained in:
Mark Brand 2019-10-11 16:23:21 +02:00
parent 865b7c8ba1
commit 9bf8da3ef9
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PKG := sqlite
$(PKG)_WEBSITE := https://www.sqlite.org/
$(PKG)_DESCR := SQLite
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3300000
$(PKG)_CHECKSUM := e0a8cf4c7a87455e55e10413d16f358ca121ccec687fe1301eac95e2d340fc58
$(PKG)_VERSION := 3300100
$(PKG)_CHECKSUM := 8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.sqlite.org/2019/$($(PKG)_FILE)