ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2019-10-11 00:00:28 +00:00

36 lines
1.5 KiB
JSON

{
"homepage": "https://github.com/prometheus/pushgateway",
"description": "Prometheus push acceptor for ephemeral and batch jobs.",
"license": "Apache-2.0",
"version": "0.10.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v0.10.0/pushgateway-0.10.0.windows-amd64.tar.gz",
"hash": "e39955c1e2058feeb934b232a5687c2334db0ce6af25c89e28288a1844b4a247",
"extract_dir": "pushgateway-0.10.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v0.10.0/pushgateway-0.10.0.windows-386.tar.gz",
"hash": "e272a8e51a1e28f33f5838de1478f999365a0e7f68a75e27a67a5ead6a3c6d61",
"extract_dir": "pushgateway-0.10.0.windows-386"
}
},
"bin": "pushgateway.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v$version/pushgateway-$version.windows-amd64.tar.gz",
"extract_dir": "pushgateway-$version.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v$version/pushgateway-$version.windows-386.tar.gz",
"extract_dir": "pushgateway-$version.windows-386"
}
},
"hash": {
"url": "$baseurl/sha256sums.txt"
}
}
}