diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-05-24 21:06:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 21:06:23 -0700 |
commit | 96fb464110278f078fba3e748fd1ff3919588e53 (patch) | |
tree | 8475fec7c3249638c73ed448db6b40e6f3a215a7 /libs | |
parent | f50e2bde1dcf55f6eba7b27fc6f89ed3fd2496d0 (diff) | |
parent | e90b8cd8ba6c628fba278aac790d8bb3d710b082 (diff) |
Merge pull request #12261 from sartura/sqlite/security-bump
sqlite3: update to version 3.32.0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index bbaccccdd..168257373 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3310100 +PKG_VERSION:=3320000 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_HASH:=62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae +PKG_HASH:=598317fd74f5dcc8921949c47665b9e512d0d9c6a445a2e843430f04dc10bda4 PKG_SOURCE_URL:=https://www.sqlite.org/2020/ PKG_LICENSE:=PUBLICDOMAIN |