ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2025-01-09 16:30:20 +00:00

36 lines
1.5 KiB
JSON

{
"version": "1.11.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.11.0/pushgateway-1.11.0.windows-amd64.tar.gz",
"hash": "4f48acafdef390a76d3c550589f442626c795db0395c1b9b4eabb43cfa529489",
"extract_dir": "pushgateway-1.11.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.11.0/pushgateway-1.11.0.windows-386.tar.gz",
"hash": "ffda6ca88bd07c5fd096319b617b9e78405e3f7264af7f84fc4363b4562461fc",
"extract_dir": "pushgateway-1.11.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"
}
}
}