mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Update sqlite to version 3.22.0 (#1972)
Update sqlite to version 3.22.0
This commit is contained in:
parent
bb10177082
commit
3ce8d651c7
10
sqlite.json
10
sqlite.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"homepage": "https://www.sqlite.org/",
|
||||
"version": "3.21.0",
|
||||
"version": "3.22.0",
|
||||
"license": "Public Domain",
|
||||
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip",
|
||||
"hash": "515b0230860e3557cafc9b1e1207349c10a8a823f82af6d769d86fee99df4681",
|
||||
"extract_dir": "sqlite-tools-win32-x86-3210000",
|
||||
"url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3220000.zip",
|
||||
"hash": "e318d482423913fc8439bc551362372b10234594cf6928bd927fed4c7e79dcbe",
|
||||
"extract_dir": "sqlite-tools-win32-x86-3220000",
|
||||
"bin": [
|
||||
"sqlite3.exe",
|
||||
"sqldiff.exe",
|
||||
@ -15,7 +15,7 @@
|
||||
"re": "sqlite-tools-win32-x86-(?<number>[\\d]+).zip[\\s\\S]+for SQLite version (?<version>[\\d.]+)\\."
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-$matchNumber.zip",
|
||||
"url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-$matchNumber.zip",
|
||||
"extract_dir": "sqlite-tools-win32-x86-$matchNumber"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user