mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.182.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.182.1/goreleaser_Windows_x86_64.zip",
|
|
"hash": "66af1c25dc8153f7df1919938111d3e01d5fb717ea089238e4cec9fd67290183"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.182.1/goreleaser_Windows_i386.zip",
|
|
"hash": "56b134355a59efc5638fb9bc4eb793c852afee0508fafe062f60506e23dd8c85"
|
|
}
|
|
},
|
|
"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/checksums.txt"
|
|
}
|
|
}
|
|
}
|