ScoopInstaller_Main/bucket/goreleaser.json
2021-04-21 22:00:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.163.1",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.163.1/goreleaser_Windows_x86_64.zip",
"hash": "6652aabff97558831592cb6a9985229fc483d33beee40171635303f4caeff459"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.163.1/goreleaser_Windows_i386.zip",
"hash": "063ecae08c8e327ac888279e38ed7794267227faa0342a2ee19cd81aeecbc24b"
}
},
"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"
}
}
}