mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://prometheus.io/",
|
|
"license": "Apache-2.0",
|
|
"version": "2.4.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.4.1/prometheus-2.4.1.windows-amd64.tar.gz",
|
|
"hash": "328164be6417e24f0b5a3b291f6fa9a3db7868ce001bb305d95442fa04c73ebe",
|
|
"extract_dir": "prometheus-2.4.1.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.4.1/prometheus-2.4.1.windows-386.tar.gz",
|
|
"hash": "ccc9d2d4565597c4067ed7b461d75f515fe441ba05265de233be72e6cd766f25",
|
|
"extract_dir": "prometheus-2.4.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"
|
|
}
|
|
}
|
|
}
|