{ "version": "0.5.5", "description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins", "homepage": "https://vfox.lhan.me/", "license": "Apache-2.0", "notes": [ "Important: You also need to add an activation script in your shell profile to make version fox to work!", "Check the documentation for more details: https://vfox.lhan.me/guides/quick-start.html#_2-hook-vfox-to-your-shell" ], "architecture": { "64bit": { "url": "https://github.com/version-fox/vfox/releases/download/v0.5.5/vfox_0.5.5_windows_x86_64.zip", "hash": "0367d7c418390ecf943f6181eada5d5447e79293216bdbcfc4112832390e4e1a", "extract_dir": "vfox_0.5.5_windows_x86_64" }, "32bit": { "url": "https://github.com/version-fox/vfox/releases/download/v0.5.5/vfox_0.5.5_windows_i386.zip", "hash": "348f05227d91c2a6ef25b3e15a71ec43fe27a4106e8cf253118a2ad60d526e00", "extract_dir": "vfox_0.5.5_windows_i386" }, "arm64": { "url": "https://github.com/version-fox/vfox/releases/download/v0.5.5/vfox_0.5.5_windows_aarch64.zip", "hash": "9f1c26de2710ffbef10e4df5b3d483272368b752288d046a9a1695d11410249f", "extract_dir": "vfox_0.5.5_windows_aarch64" } }, "bin": "vfox.exe", "checkver": { "github": "https://github.com/version-fox/vfox" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_x86_64.zip", "extract_dir": "vfox_$version_windows_x86_64" }, "32bit": { "url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_i386.zip", "extract_dir": "vfox_$version_windows_i386" }, "arm64": { "url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_aarch64.zip", "extract_dir": "vfox_$version_windows_aarch64" } }, "hash": { "url": "$baseurl/checksums.txt" } } }