2019-05-28 17:01:23 +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": "2.0.184",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v2.0.184/jx-windows-amd64.zip",
"hash": "6e9f9e05c3e7cc326724be719f3f96c9e5a7207633d17956054ac6033dbe9d8a"
}
},
"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"
}