mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "1.4.2",
|
|
"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.4.2/pushgateway-1.4.2.windows-amd64.tar.gz",
|
|
"hash": "327c629e736d4b667d771e08b74e10e9e98c842e6ecdb36b9d8506a588ce2dc5",
|
|
"extract_dir": "pushgateway-1.4.2.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.4.2/pushgateway-1.4.2.windows-386.tar.gz",
|
|
"hash": "7822e13b9a026a25b65c5f54f3e22fb41b23f6d03d13f0f444e090d2c94cc4fa",
|
|
"extract_dir": "pushgateway-1.4.2.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"
|
|
}
|
|
}
|
|
}
|