From d4ec366c5f2b7f23b728d1b3ade9b620b9351488 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 15 Dec 2024 07:03:48 -0500 Subject: [PATCH] Update SQLite to 3.45 (#574) * Force SQLite 3.45 build from source. * Update SQLite to 3.45. * Sort config. * Minimize changes. --- config/source.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/config/source.json b/config/source.json index cb444e0d..7b77dab9 100644 --- a/config/source.json +++ b/config/source.json @@ -69,23 +69,6 @@ "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": { "type": "url", "url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz", @@ -145,6 +128,15 @@ "path": "LICENSE" } }, + "ext-rdkafka": { + "type": "ghtar", + "repo": "arnaud-lb/php-rdkafka", + "path": "php-src/ext/rdkafka", + "license": { + "type": "file", + "path": "LICENSE" + } + }, "ext-simdjson": { "type": "url", "url": "https://pecl.php.net/get/simdjson", @@ -442,6 +434,14 @@ "path": "LICENSE" } }, + "librdkafka": { + "type": "ghtar", + "repo": "confluentinc/librdkafka", + "license": { + "type": "file", + "path": "LICENSE" + } + }, "libsodium": { "type": "ghrel", "repo": "jedisct1/libsodium", @@ -751,7 +751,7 @@ }, "sqlite": { "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, "license": { "type": "text",