prometheus: Update to version 2.4.1

This commit is contained in:
Richard Kuhnt 2018-09-19 16:00:31 +00:00
parent b8c9dce9f9
commit d9fef3aa83

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://prometheus.io/", "homepage": "https://prometheus.io/",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "2.4.0", "version": "2.4.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.4.0/prometheus-2.4.0.windows-amd64.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.4.1/prometheus-2.4.1.windows-amd64.tar.gz",
"hash": "e5ab0f2e82540fe013b3140a65bdb0795f3583adfe7df93d10c4abda747b40f6", "hash": "328164be6417e24f0b5a3b291f6fa9a3db7868ce001bb305d95442fa04c73ebe",
"extract_dir": "prometheus-2.4.0.windows-amd64" "extract_dir": "prometheus-2.4.1.windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.4.0/prometheus-2.4.0.windows-386.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.4.1/prometheus-2.4.1.windows-386.tar.gz",
"hash": "542bad7c171f0e9502d2268e9f767a636eb71956b96788d60496189ca8a7bb84", "hash": "ccc9d2d4565597c4067ed7b461d75f515fe441ba05265de233be72e6cd766f25",
"extract_dir": "prometheus-2.4.0.windows-386" "extract_dir": "prometheus-2.4.1.windows-386"
} }
}, },
"bin": "prometheus.exe", "bin": "prometheus.exe",