mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
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
This commit is contained in:
parent
3132954527
commit
0623249eb2
@ -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",
|
"description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine",
|
||||||
"homepage": "https://www.sqlite.org/",
|
"homepage": "https://www.sqlite.org/",
|
||||||
"license": {
|
"license": {
|
||||||
|
"identifier": "Public Domain",
|
||||||
"url": "https://www.sqlite.org/src/file?name=LICENSE.md"
|
"url": "https://www.sqlite.org/src/file?name=LICENSE.md"
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://www.sqlite.org/2025/sqlite-tools-win-arm64-3500400.zip",
|
||||||
|
"hash": "3343fcd41124b2c1a73e9c210612153dece741193f5b1b1cdbfd0866496f91d0"
|
||||||
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3500200.zip",
|
"url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3500400.zip",
|
||||||
"hash": "ef1403c72d1f93c89215fb39cb5d5445cdabba44e927eef1e45b02ab78b44429"
|
"hash": "8ce18347ea86a1ce65f33b533d2f144d8d1237140529fbf818574ca11fa13ad5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"sqlite3.exe",
|
"sqlite3.exe",
|
||||||
"sqldiff.exe",
|
"sqldiff.exe",
|
||||||
"sqlite3_analyzer.exe"
|
"sqlite3_analyzer.exe",
|
||||||
|
"sqlite3_rsync.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.sqlite.org/download.html",
|
"url": "https://www.sqlite.org/download.html",
|
||||||
"regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?<year>\\d+)/sqlite-tools-win-x64-(?<clean>\\d+)"
|
"regex": "PRODUCT,([\\d.]+),(?<year>\\d+)/sqlite-tools-win-x64-(?<clean>\\d+)\\.zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-arm64-$matchClean.zip"
|
||||||
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip"
|
"url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user