From d6cf1ffe97cc563d875696847068c2eb9d18a155 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:17:56 +0530 Subject: [PATCH] sqlite@3.45.0: Update license URL --- bucket/sqlite.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index bd8c07bfac..f8fe1c6602 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -2,9 +2,15 @@ "version": "3.45.0", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine", "homepage": "https://www.sqlite.org/", - "license": "blessing", - "url": "https://www.sqlite.org/2024/sqlite-tools-win-x64-3450000.zip", - "hash": "771d3442164bc3b38c88365f5305b8e2efd9eddd10d59aeab114ac2ef99e2784", + "license": { + "url": "https://www.sqlite.org/src/file?name=LICENSE.md" + }, + "architecture": { + "64bit": { + "url": "https://www.sqlite.org/2024/sqlite-tools-win-x64-3450000.zip", + "hash": "771d3442164bc3b38c88365f5305b8e2efd9eddd10d59aeab114ac2ef99e2784" + } + }, "bin": [ "sqlite3.exe", "sqldiff.exe", @@ -15,6 +21,10 @@ "regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?\\d+)/sqlite-tools-win-x64-(?\\d+)" }, "autoupdate": { - "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip" + "architecture": { + "64bit": { + "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip" + } + } } }