Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4446,6 +4446,7 @@
"sqlite3"
],
"versions": [
"3.53.3-1",
"3.53.2-1",
"3.53.1-1",
"3.53.0-1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/sqlite3/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
'sqlite3',
'c',
license: 'blessing',
version: '3.53.2',
version: '3.53.3',
meson_version: '>=0.56.0',

Check notice on line 6 in subprojects/packagefiles/sqlite3/meson.build

View workflow job for this annotation

GitHub Actions / Ubuntu (x86_64)

Minimum Meson version is 0.56.0

0.56.0: oldest version supported by WrapDB
)

cc = meson.get_compiler('c')
Expand Down
8 changes: 4 additions & 4 deletions subprojects/sqlite3.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = sqlite-amalgamation-3530200
source_url = https://www.sqlite.org/2026/sqlite-amalgamation-3530200.zip
source_filename = sqlite-amalgamation-3530200.zip
source_hash = 8a310d0a16c7a90cacd4c884e70faa51c902afed2a89f63aaa0126ab83558a32
directory = sqlite-amalgamation-3530300
source_url = https://www.sqlite.org/2026/sqlite-amalgamation-3530300.zip
source_filename = sqlite-amalgamation-3530300.zip
source_hash = 646421e12aac110282ef8cc68f1a62d4bb15fc7b8f09da0b53e29ee690500431
patch_directory = sqlite3

[provide]
Expand Down
Loading