2020-07-21 08:53:29 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.0.30",
"description": "Multiple Jenkins servers manager",
"homepage": "https://jenkins-zh.github.io/jcli-docs/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.30/jcli-windows-amd64.zip",
"hash": "648f1c644180f3e0221c8f7d60288d858f24dc5e3a6af2fc240627ff40b04cce"
},
"32bit": {
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.30/jcli-windows-386.zip",
"hash": "19c994a5d149ec64c28c2f725e88eab78a07b2b0814020919436247dc7890006"
}
},
"bin": "jcli.exe",
"checkver": {
"github": "https://github.com/jenkins-zh/jenkins-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}