ScoopInstaller_Main/bucket/goreleaser.json
2019-10-22 05:00:16 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.120.3",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.3/goreleaser_Windows_i386.zip",
"hash": "6befe395bbe7f54d6dbbfa27b06dd6439822afc6678885454a178de00214478c"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.3/goreleaser_Windows_x86_64.zip",
"hash": "e2818e3243d4227c0e6be7cb2a927cb408f300841f77422136222fc88cecc82b"
}
},
"bin": "goreleaser.exe",
"checkver": {
"github": "https://github.com/goreleaser/goreleaser/"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/goreleaser_checksums.txt"
}
}
}