ScoopInstaller_Main/bucket/goreleaser.json
2019-09-06 20:00:18 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.117.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.117.2/goreleaser_Windows_i386.zip",
"hash": "25f5dfa1825ef9b4b4a75935a9a688c01a48a5cd7e4ef806ddb734af6824ac3f"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.117.2/goreleaser_Windows_x86_64.zip",
"hash": "3da750eba6db427e29354122125804ad93974d9801664172c7afe5b5a297d365"
}
},
"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"
}
}
}