ScoopInstaller_Main/bucket/goreleaser.json
2020-05-04 08:53:52 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.133.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.133.0/goreleaser_Windows_i386.zip",
"hash": "b3c5af424164b7e5493041b2f7984e09fbdd7cc3d9a71e87bb1889f51a0f6e4b"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.133.0/goreleaser_Windows_x86_64.zip",
"hash": "585079b0dc54d3702d559a97abcc25f1768f1251be9d302edb01b94b33a59856"
}
},
"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"
}
}
}