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 @@ -4421,6 +4421,7 @@
"sqlite3"
],
"versions": [
"3.53.1-1",
"3.53.0-1",
"3.52.0-1",
"3.51.2-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.0',
version: '3.53.1',
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-3530000
source_url = https://www.sqlite.org/2026/sqlite-amalgamation-3530000.zip
source_filename = sqlite-amalgamation-3530000.zip
source_hash = bf3733d7c71b3ab0f6fd8a9ea0052ad87fa037d94333e14ce09878ba3492c3b0
directory = sqlite-amalgamation-3530100
source_url = https://www.sqlite.org/2026/sqlite-amalgamation-3530100.zip
source_filename = sqlite-amalgamation-3530100.zip
source_hash = 36ad6e7f38540a3b21a2ac36340833f0a9e426bc1c752751c3ba669466827eae
patch_directory = sqlite3

[provide]
Expand Down
Loading