ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2020-12-18 02:23:28 +01:00

36 lines
1.5 KiB
JSON

{
"version": "1.3.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.3.1/pushgateway-1.3.1.windows-amd64.tar.gz",
"hash": "99a435df75a3ed636f010ff083e97ccd0733416b228f4f126bcae675e191ab12",
"extract_dir": "pushgateway-1.3.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.3.1/pushgateway-1.3.1.windows-386.tar.gz",
"hash": "1e259a718497085274dd05dde51c6d2cbc6fa4fd6cfc2f4ca99e62241813a825",
"extract_dir": "pushgateway-1.3.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"
}
}
}