mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 00:51:18 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "1.17.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.17.1/goreleaser_Windows_x86_64.zip",
|
|
"hash": "3355700a3ffb3af1c4542a43a727bec85ecf16978f4694a807518b855a80fd9a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.17.1/goreleaser_Windows_i386.zip",
|
|
"hash": "bf240c48ea553b34fc76f7b079b01d8616d01cab6be0368fa258d81635b517cb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.17.1/goreleaser_Windows_arm64.zip",
|
|
"hash": "5e4491b0623fcba69919b193e7e8c279a1885d828ed2c7eb615338b47de3bbd2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|