mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://prometheus.io/",
|
|
"license": "Apache-2.0",
|
|
"version": "2.9.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.9.1/prometheus-2.9.1.windows-amd64.tar.gz",
|
|
"hash": "d564fff8ee0bdfccbf0a596c09980bb08d7d12ea706d4557a01c8129e5756278",
|
|
"extract_dir": "prometheus-2.9.1.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.9.1/prometheus-2.9.1.windows-386.tar.gz",
|
|
"hash": "1c900319532b0852b09c8e9a9123f943948595a556c351ca83341f2a9e2ca6a8",
|
|
"extract_dir": "prometheus-2.9.1.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"
|
|
}
|
|
}
|
|
}
|