ScoopInstaller_Main/bucket/goreleaser.json
2022-01-27 04:29:08 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.4.1",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.4.1/goreleaser_Windows_x86_64.zip",
"hash": "ebf1aca634cb2a2050bc37b498d1384e75d5bd58cda1bebe246a0f3b9f59680f"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.4.1/goreleaser_Windows_i386.zip",
"hash": "d46a5dcf49361261e2b70eea9680c8a25b009b64a1cfdbedf6fe64460f3e4452"
}
},
"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/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}