2020-07-10 09:26:43 +02:00

26 lines
833 B
JSON

{
"version": "2.1.98",
"description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v2.1.98/jx-windows-amd64.zip",
"hash": "5b44d9be0507fe69db25cbf33698c4d705f9ef3742fb1affb2a86e6af7fdaa2e"
}
},
"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"
}