{ "version": "0.2.6", "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.2.6/vfox_0.2.6_windows_x86_64.zip", "hash": "41022b10450532dfa8e94fff6b081f445e9cff09d4b20ea73d2d43479e2197f4", "extract_dir": "vfox_0.2.6_windows_x86_64" }, "32bit": { "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_i386.zip", "hash": "63aefdefa2ff5eeae8b375c82cf2a45cb34edfcfbed1b74beec88230fa8a699d", "extract_dir": "vfox_0.2.6_windows_i386" }, "arm64": { "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_aarch64.zip", "hash": "118852a9ac960e2c333e85a42f673535c557e6c2f1a0bd7ebdf51d4817e52f76", "extract_dir": "vfox_0.2.6_windows_aarch64" } }, "bin": "vfox.exe", "checkver": { "url": "https://github.com/version-fox/vfox/raw/main/internal/version.go", "regex": "\"([\\d\\.]+)\"" }, "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": "https://github.com/version-fox/vfox/releases/download/v$version/checksums.txt", "find": "$sha256[\\S\\s]+$basename" } } }