Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite3: update to 3.47.0 #1757

Merged
merged 1 commit into from
Oct 22, 2024
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 @@ -3391,6 +3391,7 @@
"sqlite3"
],
"versions": [
"3.47.0-1",
"3.46.1-3",
"3.46.1-2",
"3.46.1-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,7 +2,7 @@ project(
'sqlite3',
'c',
license: 'pd',
version: '3.46.1',
version: '3.47.0',
meson_version: '>=0.48.0',
)

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-3460100
source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip
source_filename = sqlite-amalgamation-3460100.zip
source_hash = 77823cb110929c2bcb0f5d48e4833b5c59a8a6e40cdea3936b99e199dbbe5784
directory = sqlite-amalgamation-3470000
source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip
source_filename = sqlite-amalgamation-3470000.zip
source_hash = 2842fddbb1cc33f66c7da998a57535f14a6bfee159676a07bb4bf3e59375d93e
patch_directory = sqlite3

[provide]
Expand Down
Loading