update sqlite

This commit is contained in:
Mark Brand 2018-09-19 09:13:50 +02:00
parent 54871cb145
commit 2fdda2d168
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 := 3250000
$(PKG)_CHECKSUM := de1a93dfc1ea23d93ee85440fe4347d0b9cd936f25c29645ee0ee170d1307f71
$(PKG)_VERSION := 3250100
$(PKG)_CHECKSUM := 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1
$(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.sqlite.org/2018/$($(PKG)_FILE)