2020-04-15 09:19:35 +02:00

26 lines
837 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.1277",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v2.0.1277/jx-windows-amd64.zip",
"hash": "d00e8ede0f7f02f608cf365582ef5eb4b0611db6f30502f07fce4a854dc4f334"
}
},
"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": "$baseurl/jx-checksums.txt"
}
},
"pre_install": "Stop-Process -Name jx -Verbose -ErrorAction Ignore"
}