ScoopInstaller_Main/prometheus.json
2019-01-31 13:00:28 +00:00

37 lines
1.5 KiB
JSON

{
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"version": "2.7.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.7.1/prometheus-2.7.1.windows-amd64.tar.gz",
"hash": "9b62202cce19cdde1edca6e421c85fe5080b06c02ef61b194ca476f52216b758",
"extract_dir": "prometheus-2.7.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.7.1/prometheus-2.7.1.windows-386.tar.gz",
"hash": "40c7d8407158d8e6f3161dc2fad9abb8be85d37bb21b5cd21104527956ea5bd5",
"extract_dir": "prometheus-2.7.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"
}
}
}