mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 10:05:15 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.144.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.144.1/goreleaser_Windows_x86_64.zip",
|
|
"hash": "6afcef67ba77ca3088b471b386cbe26838e70d01393a4c4347f11e4e8d720802"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.144.1/goreleaser_Windows_i386.zip",
|
|
"hash": "f99849eb78a1dc54640d6e215b440e7c52ac63bc2d79351d3e7d5345c8e038b5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|