ScoopInstaller_Main/bucket/goreleaser.json
2020-04-23 20:50:47 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.132.1",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.132.1/goreleaser_Windows_i386.zip",
"hash": "92469d53ae6cae04b692ea776328053a6560ab7b2348892aedb46b364ec7ca7f"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.132.1/goreleaser_Windows_x86_64.zip",
"hash": "1b4212e533d6dac2d55ca839a9356f4eddc6e2199daaf8ebd358e4e4552c128f"
}
},
"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"
}
}
}