ScoopInstaller_Main/bucket/goreleaser.json
2019-11-12 16:00:27 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.121.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.121.0/goreleaser_Windows_i386.zip",
"hash": "985f08e361342fe1314b35e6fafae0ec037b8bf811daec183836c69e6e8dcfdf"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.121.0/goreleaser_Windows_x86_64.zip",
"hash": "20be2296fca750c8918b2727c7c3dac4045e23a8db3ebbde521028bf9d960983"
}
},
"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"
}
}
}