mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-27 22:15:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.174.1",
|
|
"description": "Release automation tool for Go projects.",
|
|
"homepage": "https://goreleaser.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.174.1/goreleaser_Windows_x86_64.zip",
|
|
"hash": "e04fa647016549ed0b9d3b012f80b3b4f0a04f1bf6d09211594175a063baddfe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.174.1/goreleaser_Windows_i386.zip",
|
|
"hash": "de3236f75b7eb15e9a37fc197aeabbdd6c2ca61c07f90d4ab430f57f8ef7bc05"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/goreleaser_checksums.txt"
|
|
}
|
|
}
|
|
}
|