ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2025-04-09 16:29:54 +00:00

36 lines
1.5 KiB
JSON

{
"version": "1.11.1",
"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.1/pushgateway-1.11.1.windows-amd64.tar.gz",
"hash": "432324f9f9aa99e287623324edf8fe2b9abd526eba284032dd06225e90742bbc",
"extract_dir": "pushgateway-1.11.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.11.1/pushgateway-1.11.1.windows-386.tar.gz",
"hash": "14ccbf3bf2a8bbc1f4b865dc16d3f1fa44d89b794de9ebb538b602b1b5db9794",
"extract_dir": "pushgateway-1.11.1.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"
}
}
}