2019-02-28 19:01:22 +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.940",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v1.3.940/jx-windows-amd64.zip",
"hash": "28ec5003e1085b83b6476d630deb50f50bb1cfdc5e5da49c67aa7bdc53bf128e"
}
},
"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"
}