From 0623249eb263d8a864c8c84f84837c56afbff6da Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sun, 3 Aug 2025 04:56:05 -0400 Subject: [PATCH] sqlite: Update to version 3.50.4 (#7015) * sqlite: Update to version 3.50.4 * sqlite: Correct `license.identifier` https://www.sqlite.org/copyright.html --- bucket/sqlite.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index d9f4db8fbd..35329538bb 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,27 +1,36 @@ { - "version": "3.50.2", + "version": "3.50.4", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine", "homepage": "https://www.sqlite.org/", "license": { + "identifier": "Public Domain", "url": "https://www.sqlite.org/src/file?name=LICENSE.md" }, "architecture": { + "arm64": { + "url": "https://www.sqlite.org/2025/sqlite-tools-win-arm64-3500400.zip", + "hash": "3343fcd41124b2c1a73e9c210612153dece741193f5b1b1cdbfd0866496f91d0" + }, "64bit": { - "url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3500200.zip", - "hash": "ef1403c72d1f93c89215fb39cb5d5445cdabba44e927eef1e45b02ab78b44429" + "url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3500400.zip", + "hash": "8ce18347ea86a1ce65f33b533d2f144d8d1237140529fbf818574ca11fa13ad5" } }, "bin": [ "sqlite3.exe", "sqldiff.exe", - "sqlite3_analyzer.exe" + "sqlite3_analyzer.exe", + "sqlite3_rsync.exe" ], "checkver": { "url": "https://www.sqlite.org/download.html", - "regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?\\d+)/sqlite-tools-win-x64-(?\\d+)" + "regex": "PRODUCT,([\\d.]+),(?\\d+)/sqlite-tools-win-x64-(?\\d+)\\.zip" }, "autoupdate": { "architecture": { + "arm64": { + "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-arm64-$matchClean.zip" + }, "64bit": { "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip" }