Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/sqlite/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down