ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2024-09-20 00:34:33 +00:00

36 lines
1.5 KiB
JSON

{
"version": "1.10.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.10.0/pushgateway-1.10.0.windows-amd64.tar.gz",
"hash": "5100881a8e388efcb3ee79fcd79bfcd219e10a156a95da4ae3b14a162808d23e",
"extract_dir": "pushgateway-1.10.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.10.0/pushgateway-1.10.0.windows-386.tar.gz",
"hash": "e8f2581b5239fcba4ca0431313ac8824d79b8e78d82a7a8b501bbc57d9cac7a1",
"extract_dir": "pushgateway-1.10.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"
}
}
}