ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2019-08-02 11:04:44 +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.9.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v0.9.1/pushgateway-0.9.1.windows-amd64.tar.gz",
"hash": "69b6815824db024833f0dda6d654694f227b1de8117660e16961d0cc03d67d20",
"extract_dir": "pushgateway-0.9.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v0.9.1/pushgateway-0.9.1.windows-386.tar.gz",
"hash": "1a4c5bb8c56376bdf7d841999c05029ab43632d9416440a1b92cdc7093bd2e8b",
"extract_dir": "pushgateway-0.9.1.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"
}
}
}