mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://prometheus.io/",
|
|
"license": "Apache-2.0",
|
|
"version": "2.8.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.8.1/prometheus-2.8.1.windows-amd64.tar.gz",
|
|
"hash": "86541b7a61160984eb9e7402d3c2a3a4db72a57f7721a90764f624d2cbe86b27",
|
|
"extract_dir": "prometheus-2.8.1.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.8.1/prometheus-2.8.1.windows-386.tar.gz",
|
|
"hash": "4fac1ccca5407925f6449320859f010836a6dcb58389a8086073d626a7d4e274",
|
|
"extract_dir": "prometheus-2.8.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"
|
|
}
|
|
}
|
|
}
|