ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2019-12-21 00:00:30 +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": "1.0.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.1/pushgateway-1.0.1.windows-amd64.tar.gz",
"hash": "1aa529e0c41e3ed60ce84a18342ab640313fe109577c40015b4e20e5c098a516",
"extract_dir": "pushgateway-1.0.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.1/pushgateway-1.0.1.windows-386.tar.gz",
"hash": "e016e7169a09cb99ebb4a2ecb344d5c9eaa5c10243365157f9a08c553b5ff88f",
"extract_dir": "pushgateway-1.0.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"
}
}
}