ScoopInstaller_Main/bucket/goreleaser.json
2024-11-02 20:27:41 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.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/v2.4.1/goreleaser_Windows_x86_64.zip",
"hash": "b700902dfa1f291a3dd734d002ef7c622419e002f6fde0325fecf2c2b7e77c03"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.1/goreleaser_Windows_i386.zip",
"hash": "5cfb288c7dccbea932381298d2e4edd691c3d6a0330cd5cc106c2ff53a5fcab9"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.1/goreleaser_Windows_arm64.zip",
"hash": "20113f7ab3e863b03dbce1a9171c2cac589a691233fe03b4169fae2f6c394eb0"
}
},
"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"
}
}
}