mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.143.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.143.0/goreleaser_Windows_x86_64.zip",
|
|
"hash": "f441b300ba85b93b8cf296435793240b1657384cd71be3be27ff1718b95b4993"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.143.0/goreleaser_Windows_i386.zip",
|
|
"hash": "d2f47539ed94f68b81e7789ac8ba5e70dfbe3f265c3ad9d73e3f710faee42634"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|