ScoopInstaller_Main/prometheus.json
2019-03-02 18:00:22 +00:00

40 lines
1.5 KiB
JSON

{
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"version": "2.7.2",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.7.2/prometheus-2.7.2.windows-amd64.tar.gz",
"hash": "753669d6798e53f0fae4fef659ef73e08a1848934257bbdd3e2401020b7f4790",
"extract_dir": "prometheus-2.7.2.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.7.2/prometheus-2.7.2.windows-386.tar.gz",
"hash": "2367724b8408d2462ff78bb9a530d4be8985e2916a21aeaaeadea7ac8690b3da",
"extract_dir": "prometheus-2.7.2.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"
}
}
}