ScoopInstaller_Main/bucket/goreleaser.json
2020-12-30 17:07:25 +01:00

34 lines
1.2 KiB
JSON

{
"version": "0.150.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.150.1/goreleaser_Windows_x86_64.zip",
"hash": "11e7de789b11aeba3726816c938d4f6f439c00e255295f2338dee67230427d0f"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.150.1/goreleaser_Windows_i386.zip",
"hash": "7ef883b325e8e7d94c27d45113ad2e382fd8f8edf2ceab085a877eab1052cfb8"
}
},
"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"
}
}
}