update sqlite

This commit is contained in:
Mark Brand 2020-01-29 23:40:25 +01:00
parent 6dfe3572f6
commit 7faa17ed7e
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 := 3310000
$(PKG)_CHECKSUM := 7c9d6e6d95751b2dd5cdc8c3e40f9883a89c2f0ac1ef6c54695227324849f1f0
$(PKG)_VERSION := 3310100
$(PKG)_CHECKSUM := 62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.sqlite.org/2020/$($(PKG)_FILE)