mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
22 lines
695 B
JSON
22 lines
695 B
JSON
{
|
|
"version": "0.8.0",
|
|
"description": "Find files with SQL-like queries",
|
|
"homepage": "https://github.com/jhspetersson/fselect",
|
|
"license": "Apache-2.0|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jhspetersson/fselect/releases/download/0.8.0/fselect-x86_64-win.zip",
|
|
"hash": "79117e8f6ac1ec51e40babc30d2c0233713c73b0cb07c2c4a42dfae643ff74be"
|
|
}
|
|
},
|
|
"bin": "fselect.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jhspetersson/fselect/releases/download/$version/fselect-x86_64-win.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|