ScoopInstaller_Main/bucket/goreleaser.json
2024-04-04 05:08:05 +00:00

42 lines
1.6 KiB
JSON

{
"version": "1.25.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.25.1/goreleaser_Windows_x86_64.zip",
"hash": "33172e20535549f186ddedc7b3a3c1fd5783913d39073104bf4a710694660620"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.25.1/goreleaser_Windows_i386.zip",
"hash": "cdc4eaf5da230b3b614115db0381f0195b8f01091502075f373552b337833f62"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.25.1/goreleaser_Windows_arm64.zip",
"hash": "087def6941b02c2ff20746faa1dcbcddb4a9e11e3d27c6d135ef153b36e5c175"
}
},
"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"
}
}
}