2020-04-02 20:10:31 +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.1263",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v2.0.1263/jx-windows-amd64.zip",
"hash": "49ea2c0f2021dffa6a9c84280fa4cf5a4c9f76f9cd718e87bb9408c20c311faa"
}
},
"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"
}