ScoopInstaller_Main/prometheus.json
2019-01-28 12:00:45 +00:00

37 lines
1.5 KiB
JSON

{
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"version": "2.7.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.7.0/prometheus-2.7.0.windows-amd64.tar.gz",
"hash": "170284f69fcf709d022bacb754c51f732d527079af2fc85518d878faaedcd8c2",
"extract_dir": "prometheus-2.7.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.7.0/prometheus-2.7.0.windows-386.tar.gz",
"hash": "0461aaeeec1bc7db3b3bde96c9f8a323196cc5a98921f6dc641a4c47c4526c1f",
"extract_dir": "prometheus-2.7.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"
}
}
}