2019-11-10 13:01:10 +00:00

26 lines
835 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.974",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v2.0.974/jx-windows-amd64.zip",
"hash": "d9e9e40c7dfaf69a9558d4ecbddd1ea5b90e3401cb0f1b6178bac0129ff3c83e"
}
},
"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"
}