mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 20:41:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.15.1",
|
|
"description": "Release automation tool for Go projects.",
|
|
"homepage": "https://goreleaser.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.15.1/goreleaser_Windows_x86_64.zip",
|
|
"hash": "3cd4f807ff88ece9968c3138f6238623d0c0c8f89688ebde4f1698c9d517491f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.15.1/goreleaser_Windows_i386.zip",
|
|
"hash": "cdd535c20daf3823a0204f65b6f8bba62000a29a4a0bb6226abe8605dc7694c7"
|
|
}
|
|
},
|
|
"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",
|
|
"regex": "$sha256 $basename\\n"
|
|
}
|
|
}
|
|
}
|