mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://github.com/mattn/gof",
|
|
"description": "Fuzzy search tool written in Go.",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_amd64.zip",
|
|
"hash": "sha1:b47b6ef1534b4d5ead91dd52421d17daa04fc2b9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_386.zip",
|
|
"hash": "sha1:46ab950c686ddafa53456e79c8cf7a75c54a67f5"
|
|
}
|
|
},
|
|
"bin": "gof.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHASUMS"
|
|
}
|
|
}
|
|
}
|