2019-03-06 17:00:29 +00:00

31 lines
893 B
JSON

{
"homepage": "https://github.com/jenkins-x/jx",
"description": "A command line tool for installing and using Jenkins X",
"license": "Apache-2.0",
"version": "1.3.958",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v1.3.958/jx-windows-amd64.zip",
"hash": "c6037736401c378db6d896f582aae3f1a304d01a39fb252d67d90da1de8b6f82"
}
},
"bin": [
[
"jx-windows-amd64.exe",
"jx"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v$version/jx-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
},
"pre_install": "Stop-Process -Name jx -Verbose -ErrorAction Ignore"
}