ScoopInstaller_Main/prometheus.json
2019-01-15 21:00:27 +00:00

37 lines
1.5 KiB
JSON

{
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"version": "2.6.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.6.1/prometheus-2.6.1.windows-amd64.tar.gz",
"hash": "8526e7f55f9eacecd839a62cbb7e897f7b2c2ded3b407af927de0d45049e7395",
"extract_dir": "prometheus-2.6.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.6.1/prometheus-2.6.1.windows-386.tar.gz",
"hash": "d578eb33781bfdb00f0c4e0a0218d57301c8fa22c79e021ce40aad05e62a5865",
"extract_dir": "prometheus-2.6.1.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"
}
}
}