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
{
|
|
"version": "1.6.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.6.2/pushgateway-1.6.2.windows-amd64.tar.gz",
|
|
"hash": "2cda3462762b08b7b0596b0ebc908e08ab625a02558becc82917d5e4aa06d72a",
|
|
"extract_dir": "pushgateway-1.6.2.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.6.2/pushgateway-1.6.2.windows-386.tar.gz",
|
|
"hash": "38ad12d3812b41a69ad5dcceab3909290dfb370623fe766e83d5466869bc408e",
|
|
"extract_dir": "pushgateway-1.6.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"
|
|
}
|
|
}
|
|
}
|