ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2023-09-06 16:27:19 +00:00

36 lines
1.5 KiB
JSON

{
"version": "1.6.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.6.1/pushgateway-1.6.1.windows-amd64.tar.gz",
"hash": "491c98219185b8f41ea8802020f0bea602e8cb9c737e298cf898599abdba9965",
"extract_dir": "pushgateway-1.6.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.6.1/pushgateway-1.6.1.windows-386.tar.gz",
"hash": "34848a1f777ffaf1da262ec6471b967024d5641ef432dd0454d733a10a083b67",
"extract_dir": "pushgateway-1.6.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"
}
}
}