ScoopInstaller_Main/bucket/goreleaser.json
2021-03-25 05:00:22 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.161.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.161.1/goreleaser_Windows_x86_64.zip",
"hash": "fde003cd8999cdc2c7381a290f7f87875d3f4b6a5ffbd48affab4a2484c2773f"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.161.1/goreleaser_Windows_i386.zip",
"hash": "2c441df13bdb5e1dff170f24bb2617ac30751c9f0025338592b06e715b32c801"
}
},
"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"
}
}
}