diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-04-22 09:29:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 09:29:23 -0700 |
commit | 3d45447edccfd339c269862d4becc201b9f6eb3e (patch) | |
tree | bf034cc5666edd200ccb1dbb5d1bf02903c406a3 /libs | |
parent | fe0747b37fb93b8010fa6e06bdf1076830408ac7 (diff) | |
parent | ed5c6cd6280ae5c2fa71d7013ac8dc62a38239f8 (diff) |
Merge pull request #8751 from micmac1/sql327
sqlite3: bump to 3.27.2
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sqlite3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 6bdabb585..1ceffa036 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3260000 -PKG_RELEASE:=3 +PKG_VERSION:=3270200 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_HASH:=5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d -PKG_SOURCE_URL:=https://www.sqlite.org/2018/ +PKG_HASH:=50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e +PKG_SOURCE_URL:=https://www.sqlite.org/2019/ PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= |