Jiri Kapoun 1552173626 jx: updated executable name in shim definition (#212)
* jx: updated executable name in shim definition

Starting from version 2.0.340, the executable is named just jx.exe, not jx-windows-amd64.exe. Due to this change, a shim for the executable is not correctly created, which results in an incomplete installation. This commit should fix this behaviour.

* jx: simplified executable definition
2019-07-07 17:44:54 +02:00

26 lines
821 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.418",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v2.0.418/jx-windows-amd64.zip",
"hash": "40053129cb627500e17191675970c75332860a9f97cd367ad7941cabf4dcaa3b"
}
},
"bin": "jx.exe",
"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"
}