mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51: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.3",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mattn/gof/releases/download/v0.0.3/gof_windows_amd64.zip",
|
|
"hash": "sha1:1e6e1c5c191455ae7ff21c68c79c872a053f5b1a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mattn/gof/releases/download/v0.0.3/gof_windows_386.zip",
|
|
"hash": "sha1:24ee9ecf167a372af32c63913befcc029722fc02"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|