diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 691a25286e7323..53751b42b0448e 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.53.2 +version=3.53.4 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) build_style=configure @@ -19,7 +19,7 @@ license="Public Domain" homepage="https://sqlite.org/" changelog="https://www.sqlite.org/changes.html" distfiles="https://sqlite.org/2026/sqlite-src-${_amalgamationver}.zip" -checksum=cafff764c03f6d720968f746e2f47a986bbf12bf4c18904f1eb131c0b0b592d3 +checksum=d18fa15aec74d8c17e1463f861095adc01b5ad190256acb4f91d22f0368d232b CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA" CFLAGS+=" -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"