2019-02-04 18:00: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": "1.3.836",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v1.3.836/jx-windows-amd64.zip",
"hash": "83a5986f7836c89955b5f8ba712f1f852e354d7623e0cbb00f25b04e20ec8ec8"
}
},
"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"
}