ScoopInstaller_Main/prometheus.json
2018-10-04 10:00:31 +00:00

37 lines
1.5 KiB
JSON

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