mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://github.com/prometheus/pushgateway",
|
|
"description": "Prometheus push acceptor for ephemeral and batch jobs.",
|
|
"license": "Apache-2.0",
|
|
"version": "1.0.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.windows-amd64.tar.gz",
|
|
"hash": "a90e028a37dcc2ecc2775c097857d216f6c42045f2f92d888d8a2d53c3b4448b",
|
|
"extract_dir": "pushgateway-1.0.0.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.windows-386.tar.gz",
|
|
"hash": "a8d3702a41d936da7a6372d5dfdf2920a44306a9fc444bbb81d9498266c21fe8",
|
|
"extract_dir": "pushgateway-1.0.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"
|
|
}
|
|
}
|
|
}
|