mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "2.12.1",
|
|
"description": "Release automation tool for Go projects.",
|
|
"homepage": "https://goreleaser.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.1/goreleaser_Windows_x86_64.zip",
|
|
"hash": "40fa2213dcb3f1a3f626494f19deecbee943d6c4c28fb6bfe0e51806a655ac61"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.1/goreleaser_Windows_i386.zip",
|
|
"hash": "97c6410cdf3e3f3980fa4bad0d17151dd5d610078c3b9e04180dc07d6bd36ed0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.1/goreleaser_Windows_arm64.zip",
|
|
"hash": "f9ebbd8bf3c52ee2965109dc4de2441362b21bfc86011c6c52d46fc22aaaf424"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|