jx: Update to version 3.10.116

This commit is contained in:
github-actions[bot] 2023-10-03 16:30:17 +00:00
parent 93ff1024ac
commit b6a53575b9

View File

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