diff --git a/components/database/sqlite/Makefile b/components/database/sqlite/Makefile index 597bf6d414c..2491b5c4140 100644 --- a/components/database/sqlite/Makefile +++ b/components/database/sqlite/Makefile @@ -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