vfox: Update to version 0.5.3

This commit is contained in:
github-actions[bot] 2024-05-18 16:27:18 +00:00
parent 84b0bd64b9
commit c453035109

View File

@ -1,5 +1,5 @@
{ {
"version": "0.5.2", "version": "0.5.3",
"description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins", "description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
"homepage": "https://vfox.lhan.me/", "homepage": "https://vfox.lhan.me/",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,19 +9,19 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.2/vfox_0.5.2_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.3/vfox_0.5.3_windows_x86_64.zip",
"hash": "c65f0cfd1723e2d8b2fd782177080ba8e20cff262303ca926965469c3280780a", "hash": "47b93dddd5b0da23ec40aef7c01da708dae7221c394d710557f2badacd1c94c2",
"extract_dir": "vfox_0.5.2_windows_x86_64" "extract_dir": "vfox_0.5.3_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.2/vfox_0.5.2_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.3/vfox_0.5.3_windows_i386.zip",
"hash": "19cbd743448be0ab8dc952ecb27a49e8f151f066a84f189346e4009813b265a4", "hash": "f742b0c925ff928818f5ad2e53132dc4bdfd2ba9ec1a95d32fe2b354b83f037a",
"extract_dir": "vfox_0.5.2_windows_i386" "extract_dir": "vfox_0.5.3_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.2/vfox_0.5.2_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.3/vfox_0.5.3_windows_aarch64.zip",
"hash": "aa2dc815ceaf8e848744bdedd527ac4106822b2f676c740929a5b031cda35787", "hash": "a48b3d5da2246611f910d431a5db3c9d4d713df2024699eaa0409dd1cf8deac8",
"extract_dir": "vfox_0.5.2_windows_aarch64" "extract_dir": "vfox_0.5.3_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",