mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "1.3.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.3.0/pushgateway-1.3.0.windows-amd64.tar.gz",
|
|
"hash": "7e01228e15b7e97bdcb7085410e2723f67502d7799088178e7c5a51e9245c1a9",
|
|
"extract_dir": "pushgateway-1.3.0.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.3.0/pushgateway-1.3.0.windows-386.tar.gz",
|
|
"hash": "cd14cab7763569f187e4377bf281420689dbb6414c4c33fd206f016f9d071dbc",
|
|
"extract_dir": "pushgateway-1.3.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"
|
|
}
|
|
}
|
|
}
|