mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-21 19:15:17 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "2.4.3",
|
|
"description": "Release automation tool for Go projects.",
|
|
"homepage": "https://goreleaser.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.3/goreleaser_Windows_x86_64.zip",
|
|
"hash": "9018f25bae6a7a53c099f683c91ccb07d475133ea1cea606e1f1f0fb9862bb87"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.3/goreleaser_Windows_i386.zip",
|
|
"hash": "3981fb76494e736143866bd0f4b60986e9c97c0413ff504f0cdd3883ebb83310"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.3/goreleaser_Windows_arm64.zip",
|
|
"hash": "1147810d9c1075f0de4374a93cb27539c64828b613708f627fefb0d289da372d"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "$sha256 $basename\\n"
|
|
}
|
|
}
|
|
}
|