mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://prometheus.io/",
|
|
"license": "Apache-2.0",
|
|
"version": "2.3.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.3.1/prometheus-2.3.1.windows-amd64.tar.gz",
|
|
"hash": "10ed7d04c34d73f29c07abce1b01fbb885380ab2af26b605d2163601356bf50a",
|
|
"extract_dir": "prometheus-2.3.1.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.3.1/prometheus-2.3.1.windows-386.tar.gz",
|
|
"hash": "70e379212bc53e3748170dda1112efb233d951086bc01ab86fdb32f719b20986",
|
|
"extract_dir": "prometheus-2.3.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"
|
|
}
|
|
}
|
|
}
|