2019-04-30 16:00:29 +00:00

31 lines
891 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": "2.0.71",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v2.0.71/jx-windows-amd64.zip",
"hash": "17890a0675bc6397768198efe109f9a7c3785ae755034e565104a43f4d11d5b3"
}
},
"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"
}