ScoopInstaller_Main/bucket/goreleaser.json
2021-01-06 06:46:43 +01:00

34 lines
1.2 KiB
JSON

{
"version": "0.153.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.153.0/goreleaser_Windows_x86_64.zip",
"hash": "4c2751126071c0cfa8a43d37fcf1cf04c8f4636060b5c63554c0271b12d34d45"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.153.0/goreleaser_Windows_i386.zip",
"hash": "26c749a6325a2851f8e5efb4dc60a0ea54fd5fb03d48043dce694dbb8c2dd6fd"
}
},
"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"
}
}
}