ScoopInstaller_Main/prometheus.json
2018-06-07 12:00:25 +00:00

37 lines
1.5 KiB
JSON

{
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"version": "2.3.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.3.0/prometheus-2.3.0.windows-amd64.tar.gz",
"hash": "463aaea6d70590e44e973f7930cbfaa4bf35b2f5813de1183b6fa91db4340dcf",
"extract_dir": "prometheus-2.3.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.3.0/prometheus-2.3.0.windows-386.tar.gz",
"hash": "881373ce200876334151787b0898d279e49698f4e625ad7d4406f3c138eac9aa",
"extract_dir": "prometheus-2.3.0.windows-386"
}
},
"bin": "prometheus.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"
}
}
}