mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "1.16.2",
|
|
"description": "Release automation tool for Go projects.",
|
|
"homepage": "https://goreleaser.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.16.2/goreleaser_Windows_x86_64.zip",
|
|
"hash": "9d0817b00447ba152c063eefef7036070c062167911a9308f884ba9c8e7dd86c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.16.2/goreleaser_Windows_i386.zip",
|
|
"hash": "3e18e44509300025c892d47cccd16a9b5f7bbe4916659c549e09a74fd26a1a3d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.16.2/goreleaser_Windows_arm64.zip",
|
|
"hash": "1290be78e9e0aa8df886619c82856da224be52cf897eb927f7a30b013df9d7b4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|