Skip to content

Commit d4ec366

Browse files
authored
Update SQLite to 3.45 (#574)
* Force SQLite 3.45 build from source. * Update SQLite to 3.45. * Sort config. * Minimize changes.
1 parent bad28fa commit d4ec366

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

config/source.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,6 @@
6969
"path": "LICENSE"
7070
}
7171
},
72-
"librdkafka": {
73-
"type": "ghtar",
74-
"repo": "confluentinc/librdkafka",
75-
"license": {
76-
"type": "file",
77-
"path": "LICENSE"
78-
}
79-
},
80-
"ext-rdkafka": {
81-
"type": "ghtar",
82-
"repo": "arnaud-lb/php-rdkafka",
83-
"path": "php-src/ext/rdkafka",
84-
"license": {
85-
"type": "file",
86-
"path": "LICENSE"
87-
}
88-
},
8972
"ext-event": {
9073
"type": "url",
9174
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
@@ -145,6 +128,15 @@
145128
"path": "LICENSE"
146129
}
147130
},
131+
"ext-rdkafka": {
132+
"type": "ghtar",
133+
"repo": "arnaud-lb/php-rdkafka",
134+
"path": "php-src/ext/rdkafka",
135+
"license": {
136+
"type": "file",
137+
"path": "LICENSE"
138+
}
139+
},
148140
"ext-simdjson": {
149141
"type": "url",
150142
"url": "https://pecl.php.net/get/simdjson",
@@ -442,6 +434,14 @@
442434
"path": "LICENSE"
443435
}
444436
},
437+
"librdkafka": {
438+
"type": "ghtar",
439+
"repo": "confluentinc/librdkafka",
440+
"license": {
441+
"type": "file",
442+
"path": "LICENSE"
443+
}
444+
},
445445
"libsodium": {
446446
"type": "ghrel",
447447
"repo": "jedisct1/libsodium",
@@ -751,7 +751,7 @@
751751
},
752752
"sqlite": {
753753
"type": "url",
754-
"url": "https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz",
754+
"url": "https://www.sqlite.org/2024/sqlite-autoconf-3450200.tar.gz",
755755
"provide-pre-built": true,
756756
"license": {
757757
"type": "text",

0 commit comments

Comments
 (0)