prometheus-pushgateway: Update to version 1.0.1

This commit is contained in:
Richard Kuhnt 2019-12-21 00:00:30 +00:00
parent 5eba07f847
commit c6cbad7c93

View File

@ -2,17 +2,17 @@
"homepage": "https://github.com/prometheus/pushgateway",
"description": "Prometheus push acceptor for ephemeral and batch jobs.",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.windows-amd64.tar.gz",
"hash": "a90e028a37dcc2ecc2775c097857d216f6c42045f2f92d888d8a2d53c3b4448b",
"extract_dir": "pushgateway-1.0.0.windows-amd64"
"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.0/pushgateway-1.0.0.windows-386.tar.gz",
"hash": "a8d3702a41d936da7a6372d5dfdf2920a44306a9fc444bbb81d9498266c21fe8",
"extract_dir": "pushgateway-1.0.0.windows-386"
"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",