2019-08-15 22:32:34 +08:00

31 lines
974 B
JSON

{
"homepage": "https://github.com/mattn/gof",
"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"
}
}
}