jx: Update to version 3.10.111

This commit is contained in:
github-actions[bot] 2023-09-15 16:30:09 +00:00
parent 852a2def35
commit ded02a100b

View File

@ -1,16 +1,16 @@
{
"version": "3.10.110",
"version": "3.10.111",
"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.110/jx-windows-amd64.zip",
"hash": "1b18cd03b55d675a5358f816e733442960c42ec71c2c919522751dcbfb451876"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.111/jx-windows-amd64.zip",
"hash": "08943aa788938ce46767221f51c0bd712015c2a85cc99c03987c8d022d347b2a"
},
"arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.110/jx-windows-arm64.zip",
"hash": "d30c7b1d31acc5f1c503df5b8fb707762a8f0277bc4fe09b22673455fca035ee"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.111/jx-windows-arm64.zip",
"hash": "ba1a4b620c85b0d4cdc745d0de785b7ea787c61b0ae77fabdc2c2196e8f02930"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",