ScoopInstaller_Main/prometheus.json
2019-03-12 10:00:30 +00:00

40 lines
1.5 KiB
JSON

{
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"version": "2.8.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.8.0/prometheus-2.8.0.windows-amd64.tar.gz",
"hash": "8df3274ab6b8c17504c8f8a98bf8f8b23c637213dfcc430b9ad3500a296b306f",
"extract_dir": "prometheus-2.8.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.8.0/prometheus-2.8.0.windows-386.tar.gz",
"hash": "7ec3f2cb29de7f83fa5a28613c4ca6b08c3732473ae05e836f30edded7076650",
"extract_dir": "prometheus-2.8.0.windows-386"
}
},
"bin": [
"prometheus.exe",
"promtool.exe"
],
"checkver": {
"github": "https://github.com/prometheus/prometheus"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-amd64.tar.gz",
"extract_dir": "prometheus-$version.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-386.tar.gz",
"extract_dir": "prometheus-$version.windows-386"
}
},
"hash": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/sha256sums.txt"
}
}
}