mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.148.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.148.0/goreleaser_Windows_x86_64.zip",
|
|
"hash": "b3249c76db4254c48bee660326d35e22c3050c0ec062d8221bef1e2368f7fb00"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.148.0/goreleaser_Windows_i386.zip",
|
|
"hash": "9931b60cf80238e4d501cd26b5b9b3fa346de892f75c0e062cc16bc3c82144c7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|