ScoopInstaller_Main/bucket/goreleaser.json
2023-11-09 00:32:28 +00:00

42 lines
1.6 KiB
JSON

{
"version": "1.22.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.22.1/goreleaser_Windows_x86_64.zip",
"hash": "81bbceb79b788c70fe0c8b57b15f894a6612340df5b50a1dcb73d8e1acf3af8b"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.22.1/goreleaser_Windows_i386.zip",
"hash": "d9b1fd9afd5a94160c7da7c639e987f9f4d694c391d806582078bec9c2115303"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.22.1/goreleaser_Windows_arm64.zip",
"hash": "3d40a27007464da04e7d6f57133608154fa08baef06bbc2f1873c70d53b2efbd"
}
},
"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"
}
}
}