jx: Update to version 3.10.119

This commit is contained in:
github-actions[bot] 2023-10-26 20:24:05 +00:00
parent 5689e6d84e
commit 7c91992601

View File

@ -1,16 +1,16 @@
{
"version": "3.10.116",
"version": "3.10.119",
"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/v3.10.116/jx-windows-amd64.zip",
"hash": "741701309f057e041707743887ffbbc7e0edd590eb80f56d044b58d5272c11e2"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.119/jx-windows-amd64.zip",
"hash": "73a79d93fcaabcb904a1eb0c0e38632e2a9d4887c63eeac58d43b6f1023bd664"
},
"arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.116/jx-windows-arm64.zip",
"hash": "394a14dfadf86609812497a53da8fc74d5994eaa970a196e385b0a29db6038ef"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.119/jx-windows-arm64.zip",
"hash": "a5335f0793ab28157cb26569f895ee6b5b637fc168e0d9a0a1fd9da2b5ccafe1"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",