Skip to content

Commit 28c9395

Browse files
bgilbertneheb
authored andcommitted
sqlite3: update from 3.50.2 to 3.50.3
1 parent 7b6a129 commit 28c9395

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3919,6 +3919,7 @@
39193919
"sqlite3"
39203920
],
39213921
"versions": [
3922+
"3.50.3-1",
39223923
"3.50.2-1",
39233924
"3.50.1-1",
39243925
"3.50.0-1",

subprojects/packagefiles/sqlite3/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'sqlite3',
33
'c',
44
license: 'blessing',
5-
version: '3.50.2',
5+
version: '3.50.3',
66
meson_version: '>=0.48.0',
77
)
88

subprojects/sqlite3.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[wrap-file]
2-
directory = sqlite-amalgamation-3500200
3-
source_url = https://www.sqlite.org/2025/sqlite-amalgamation-3500200.zip
4-
source_filename = sqlite-amalgamation-3500200.zip
5-
source_hash = 387991de2834b5da2894119ff4173a9ea0779ea55ebcf53d9a40b24d1dc2484e
2+
directory = sqlite-amalgamation-3500300
3+
source_url = https://www.sqlite.org/2025/sqlite-amalgamation-3500300.zip
4+
source_filename = sqlite-amalgamation-3500300.zip
5+
source_hash = 9ad6d16cbc1df7cd55c8b55127c82a9bca5e9f287818de6dc87e04e73599d754
66
patch_directory = sqlite3
77

88
[provide]

0 commit comments

Comments
 (0)