mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.142.0",
|
|
"description": "Release automation tool for Go projects.",
|
|
"homepage": "https://goreleaser.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.142.0/goreleaser_Windows_x86_64.zip",
|
|
"hash": "12309de2b5c4632471ea9abfdfe15c9cbf07991177ea5e5dd0e9078a4d92f301"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.142.0/goreleaser_Windows_i386.zip",
|
|
"hash": "248868efd3f532fd24c16eca249944404e530ab8611c8a1d81d5081da341308e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|