mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Update SQLite to 3.45 (#574)
* Force SQLite 3.45 build from source. * Update SQLite to 3.45. * Sort config. * Minimize changes.
This commit is contained in:
parent
bad28fa263
commit
d4ec366c5f
@ -69,23 +69,6 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"librdkafka": {
|
|
||||||
"type": "ghtar",
|
|
||||||
"repo": "confluentinc/librdkafka",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ext-rdkafka": {
|
|
||||||
"type": "ghtar",
|
|
||||||
"repo": "arnaud-lb/php-rdkafka",
|
|
||||||
"path": "php-src/ext/rdkafka",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ext-event": {
|
"ext-event": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
|
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
|
||||||
@ -145,6 +128,15 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ext-rdkafka": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "arnaud-lb/php-rdkafka",
|
||||||
|
"path": "php-src/ext/rdkafka",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ext-simdjson": {
|
"ext-simdjson": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://pecl.php.net/get/simdjson",
|
"url": "https://pecl.php.net/get/simdjson",
|
||||||
@ -442,6 +434,14 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"librdkafka": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "confluentinc/librdkafka",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"libsodium": {
|
"libsodium": {
|
||||||
"type": "ghrel",
|
"type": "ghrel",
|
||||||
"repo": "jedisct1/libsodium",
|
"repo": "jedisct1/libsodium",
|
||||||
@ -751,7 +751,7 @@
|
|||||||
},
|
},
|
||||||
"sqlite": {
|
"sqlite": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz",
|
"url": "https://www.sqlite.org/2024/sqlite-autoconf-3450200.tar.gz",
|
||||||
"provide-pre-built": true,
|
"provide-pre-built": true,
|
||||||
"license": {
|
"license": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user