ScoopInstaller_Main/bucket/goreleaser.json
2020-02-19 19:01:51 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.127.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.127.0/goreleaser_Windows_i386.zip",
"hash": "655692bc8373e237c633ee658616b2421dd206f1ffd8d13c055cda660243d5ba"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.127.0/goreleaser_Windows_x86_64.zip",
"hash": "a4700ca05210b3d9a7524dd448d3c628b37c17a5c04f516f0165dcee295e5fe5"
}
},
"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"
}
}
}