ScoopInstaller_Main/bucket/goreleaser.json
2024-05-24 04:27:46 +00:00

42 lines
1.6 KiB
JSON

{
"version": "1.26.2",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_Windows_x86_64.zip",
"hash": "ed95a757e83ee7d10e77dc56b9a9a221a2cbce3ccdd38e701ec4b1befc7606f6"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_Windows_i386.zip",
"hash": "c257a38a42da9db7815b3bdfc0214b7d1fcabc1a5abe81d02789c39549ce79db"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_Windows_arm64.zip",
"hash": "79ab333fcba12f175a090d6790d3c2ac39e5ed3bd3b06bc484a69769e12f948c"
}
},
"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"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}