2020-07-01 09:23:53 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.0.29",
"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.29/jcli-windows-amd64.zip",
"hash": "7ab08382633e7b09bda12b64b716abbef809ba37e8c47593847acca164bc41e5"
},
"32bit": {
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.29/jcli-windows-386.zip",
"hash": "d52a94b04c1709948ad6fc8bc360370ca0eca2b5b4358b73563765d58c02f618"
}
},
"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"
}
}
}