ScoopInstaller_Main/bucket/goreleaser.json
2020-05-11 07:43:14 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.134.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.134.0/goreleaser_Windows_i386.zip",
"hash": "9b5055509a8c275b022ac2fc02435ceba1d33842a79199891b0d47039c200270"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.134.0/goreleaser_Windows_x86_64.zip",
"hash": "ac96c2f820cfe51cc5e0f3261610d50e043b41a315859e89660144e92a3e0be9"
}
},
"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"
}
}
}