ScoopInstaller_Main/bucket/goreleaser.json
2020-01-30 15:01:57 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.125.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.125.0/goreleaser_Windows_i386.zip",
"hash": "60642ae06c6db9f7438f19f0d14356e1ff0f62460c6ee2486223921cadc64d0d"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.125.0/goreleaser_Windows_x86_64.zip",
"hash": "37df1a200aaa988bcb147caea857d6e4d36cf00d514bccd96031fa9742b5caa7"
}
},
"bin": "goreleaser.exe",
"checkver": {
"github": "https://github.com/goreleaser/goreleaser/"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/goreleaser_checksums.txt"
}
}
}