mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://github.com/prometheus/pushgateway",
|
|
"description": "Prometheus push acceptor for ephemeral and batch jobs.",
|
|
"license": "Apache-2.0",
|
|
"version": "0.9.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v0.9.0/pushgateway-0.9.0.windows-amd64.tar.gz",
|
|
"hash": "f801a2826096a8a4654a901e12b2312fcdbc32551ddf8d49061e5070b4c45d60",
|
|
"extract_dir": "pushgateway-0.9.0.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v0.9.0/pushgateway-0.9.0.windows-386.tar.gz",
|
|
"hash": "544270932705908431355a129cd2a33e8acf3933030a62402659da04cde631c6",
|
|
"extract_dir": "pushgateway-0.9.0.windows-386"
|
|
}
|
|
},
|
|
"bin": "pushgateway.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v$version/pushgateway-$version.windows-amd64.tar.gz",
|
|
"extract_dir": "pushgateway-$version.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v$version/pushgateway-$version.windows-386.tar.gz",
|
|
"extract_dir": "pushgateway-$version.windows-386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sums.txt"
|
|
}
|
|
}
|
|
}
|