mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 14:51:22 +00:00
Update sqlite to use semver and fix hash (#1841)
This commit is contained in:
parent
9a5ab7b61b
commit
6f2f2abc69
10
sqlite.json
10
sqlite.json
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://www.sqlite.org/",
|
"homepage": "https://www.sqlite.org/",
|
||||||
"version": "3210000",
|
"version": "3.21.0",
|
||||||
"license": "Public Domain",
|
"license": "Public Domain",
|
||||||
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip",
|
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip",
|
||||||
"hash": "bee05e6e3d6c15a4b149cf879596e602a025c0c622b862bc2a2a056003d2a64b",
|
"hash": "515b0230860e3557cafc9b1e1207349c10a8a823f82af6d769d86fee99df4681",
|
||||||
"extract_dir": "sqlite-tools-win32-x86-3210000",
|
"extract_dir": "sqlite-tools-win32-x86-3210000",
|
||||||
"bin": [
|
"bin": [
|
||||||
"sqlite3.exe",
|
"sqlite3.exe",
|
||||||
@ -12,10 +12,10 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.sqlite.org/download.html",
|
"url": "https://www.sqlite.org/download.html",
|
||||||
"re": "sqlite-tools-win32-x86-(\\d+).zip"
|
"re": "sqlite-tools-win32-x86-(?<number>[\\d]+).zip[\\s\\S]+for SQLite version (?<version>[\\d.]+)\\."
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-$version.zip",
|
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-$matchNumber.zip",
|
||||||
"extract_dir": "sqlite-tools-win32-x86-$version"
|
"extract_dir": "sqlite-tools-win32-x86-$matchNumber"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user