ScoopInstaller_Main/bucket/goreleaser.json
2019-11-06 16:01:50 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.120.8",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.8/goreleaser_Windows_i386.zip",
"hash": "5e20f0dcf7073974a21c6c5d9955c3a89278f3cc290c437aea43614965053e68"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.8/goreleaser_Windows_x86_64.zip",
"hash": "d7db1d67d5e0523b12df8402bbd83dec43022e3c51bcf915e767d20dc828a259"
}
},
"bin": "goreleaser.exe",
"checkver": {
"github": "https://github.com/goreleaser/goreleaser/"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/goreleaser_checksums.txt"
}
}
}