ScoopInstaller_Main/bucket/goreleaser.json
2019-09-27 14:00:37 +00:00

34 lines
1.2 KiB
JSON

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