{
    "version": "1.0.11",
    "description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
    "homepage": "https://vfox.dev/",
    "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.dev/guides/quick-start.html#_2-hook-vfox-to-your-shell"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/version-fox/vfox/releases/download/v1.0.11/vfox_1.0.11_windows_x86_64.zip",
            "hash": "4e92a82f9ad5d441cc90dcf657eb4f32f824b99c3760a5fd2c50bac49bdace56",
            "extract_dir": "vfox_1.0.11_windows_x86_64"
        },
        "32bit": {
            "url": "https://github.com/version-fox/vfox/releases/download/v1.0.11/vfox_1.0.11_windows_i386.zip",
            "hash": "69a352953b10d12968ba37613eb1638b9a0697cc0e43893e60c81bae92570339",
            "extract_dir": "vfox_1.0.11_windows_i386"
        },
        "arm64": {
            "url": "https://github.com/version-fox/vfox/releases/download/v1.0.11/vfox_1.0.11_windows_aarch64.zip",
            "hash": "f3279ff5a45ba79d8f55b427f4b1c80bd1f5ce8953206f5b797a921cc711ad78",
            "extract_dir": "vfox_1.0.11_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"
        }
    }
}
