Skip to content

Commit

Permalink
Update SQLite to 3.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mno-hime authored and Alexander Pyhalov committed May 13, 2019
1 parent 3f78088 commit 311080f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/database/sqlite/Makefile
Expand Up @@ -25,12 +25,12 @@
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= sqlite
COMPONENT_VERSION= 3.27.2
TARBALL_VERSION= 3270200
COMPONENT_VERSION= 3.28.0
TARBALL_VERSION= 3280000
COMPONENT_SRC= sqlite-src-$(TARBALL_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip
COMPONENT_ARCHIVE_HASH = \
sha256:15bd4286f2310f5fae085a1e03d9e6a5a0bb7373dcf8d4020868792e840fdf0a
sha256:905279142d81c23e0a8803e44c926a23abaf47e2b274eda066efae11c23a6597
COMPONENT_PROJECT_URL= https://www.sqlite.org
COMPONENT_ARCHIVE_URL= https://www.sqlite.org/2019/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI= database/sqlite-3
Expand Down

0 comments on commit 311080f

Please sign in to comment.