mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
sqlite@3.45.0: Update license URL
This commit is contained in:
parent
09a40536dc
commit
d6cf1ffe97
@ -2,9 +2,15 @@
|
|||||||
"version": "3.45.0",
|
"version": "3.45.0",
|
||||||
"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": "blessing",
|
"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",
|
"url": "https://www.sqlite.org/2024/sqlite-tools-win-x64-3450000.zip",
|
||||||
"hash": "771d3442164bc3b38c88365f5305b8e2efd9eddd10d59aeab114ac2ef99e2784",
|
"hash": "771d3442164bc3b38c88365f5305b8e2efd9eddd10d59aeab114ac2ef99e2784"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"sqlite3.exe",
|
"sqlite3.exe",
|
||||||
"sqldiff.exe",
|
"sqldiff.exe",
|
||||||
@ -15,6 +21,10 @@
|
|||||||
"regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?<year>\\d+)/sqlite-tools-win-x64-(?<clean>\\d+)"
|
"regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?<year>\\d+)/sqlite-tools-win-x64-(?<clean>\\d+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"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