ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2024-01-19 16:27:37 +00:00

36 lines
1.5 KiB
JSON

{
"version": "1.7.0",
"description": "Prometheus push acceptor for ephemeral and batch jobs.",
"homepage": "https://github.com/prometheus/pushgateway",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.7.0/pushgateway-1.7.0.windows-amd64.tar.gz",
"hash": "853569ed50db0594173a0a2b78082b19702f95e379a7d1b941a5efbc9954f0a5",
"extract_dir": "pushgateway-1.7.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.7.0/pushgateway-1.7.0.windows-386.tar.gz",
"hash": "c57c7dde096ae4f8a7e054984a0624bcb264e2704fe1a7875ad225852920c3e4",
"extract_dir": "pushgateway-1.7.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"
}
}
}