ScoopInstaller_Main/bucket/goreleaser.json
2021-06-21 03:00:22 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.171.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.171.0/goreleaser_Windows_x86_64.zip",
"hash": "88085132a3df52d84a0dc04a9f6e573fe1ce7563851e82018d3c46ecd9c4241e"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.171.0/goreleaser_Windows_i386.zip",
"hash": "5aa40018d523c7298bac8bf50ef76d64ab3207fefde390ccf31e107df963840d"
}
},
"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"
}
}
}