ScoopInstaller_Main/bucket/goreleaser.json
2020-02-06 03:01:53 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.126.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.126.0/goreleaser_Windows_i386.zip",
"hash": "aacbbd116eafaace0f2ccfa9a41485cd06fdb69e67288d0c2369894d0b1a6538"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.126.0/goreleaser_Windows_x86_64.zip",
"hash": "41f4716c1c718917a88778208260eefb93d43060e5f2d070c5addcc0dc791bec"
}
},
"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"
}
}
}