ScoopInstaller_Main/bucket/goreleaser.json
2025-11-30 20:29:43 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.13.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.13.0/goreleaser_Windows_x86_64.zip",
"hash": "2c1a202acc04d53c40aba2ae38922f18cd9fc64f863a80cbb57d0a623fac1b11"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.13.0/goreleaser_Windows_i386.zip",
"hash": "2b3187a3ddab01469b2d75072638ce1b95950328bb76c94744354ce95701ca9c"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.13.0/goreleaser_Windows_arm64.zip",
"hash": "bbaf2d4fcd7080e0c0a2bba04080523318aefc37ae8196d715b4374df5b28e14"
}
},
"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"
}
}
}