ScoopInstaller_Main/bucket/prometheus-pushgateway.json
2021-05-29 02:33:24 -07:00

36 lines
1.5 KiB
JSON

{
"version": "1.4.1",
"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.1/pushgateway-1.4.1.windows-amd64.tar.gz",
"hash": "6a3940eec15d462b86a5555afb653a24d97c66cbb1d36f87d026df1ac61c46e7",
"extract_dir": "pushgateway-1.4.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.4.1/pushgateway-1.4.1.windows-386.tar.gz",
"hash": "dc1fa90b7987c044d658eb62705ba53a72ff3801e1635982134fecc5fd31f442",
"extract_dir": "pushgateway-1.4.1.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"
}
}
}