ScoopInstaller_Main/bucket/goreleaser.json
2021-12-31 20:27:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.2.5",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.2.5/goreleaser_Windows_x86_64.zip",
"hash": "3ea406d0fee755250bfc909de34d1c168b4f7d31e9fef12a995a3d196b85c8dc"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.2.5/goreleaser_Windows_i386.zip",
"hash": "8fb52d8c9ab473e0b2908590d391063b1fe5704fcce775b2b40ff67bb6d78923"
}
},
"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"
}
}
}