mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +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.2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.windows-amd64.tar.gz",
|
|
"hash": "8335bec0ca1982f8d7e6f51b9d79ce2f991a5e4b825117c2cfdb372158f247e5",
|
|
"extract_dir": "pushgateway-1.2.0.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.windows-386.tar.gz",
|
|
"hash": "988df6a60368b9c50011ca265ef362cbff2fb004841485637a9fdef1d8069834",
|
|
"extract_dir": "pushgateway-1.2.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"
|
|
}
|
|
}
|
|
}
|