ScoopInstaller_Main/bucket/goreleaser.json
2021-09-25 02:00:33 +00:00

34 lines
1.2 KiB
JSON

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