jx: Update to version 3.10.182

This commit is contained in:
github-actions[bot] 2024-11-09 00:33:57 +00:00
parent 10e101f9aa
commit a71cc3e740

View File

@ -1,16 +1,16 @@
{ {
"version": "3.10.181", "version": "3.10.182",
"description": "A command line tool for installing and using Jenkins X", "description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx", "homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.182/jx-windows-amd64.zip",
"hash": "342ea0521fa266575557e8eb672bbe66262adb5f6fd547e585d40fb2a0253d76" "hash": "a615777fb4e0a89887a4d0124a8d857185790f9ec761975e68810280f11e9b0c"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-windows-arm64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.182/jx-windows-arm64.zip",
"hash": "bd197c03ca3636723f1921e4c7527873ccb8c57bda10e44284f8cd538a97db7f" "hash": "00e50a12dbc6f04d1a89fb00fdc64670e0e3fe9b9f98c5fb14935190b57b0c6e"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",