{
    "version": "2026.08",
    "description": "The V programming language (weekly release channel)",
    "homepage": "https://vlang.io",
    "license": "MIT",
    "notes": "Windows SDK is required, you can either install it using Visual Studio Installer, or download from: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/",
    "architecture": {
        "64bit": {
            "url": "https://github.com/vlang/v/releases/download/weekly.2026.08/v_windows.zip",
            "hash": "d8d5cca8024c5b943011150fb1e23121b82dddf55f87407a78a1ea8d4a81926c"
        }
    },
    "extract_dir": "v",
    "bin": "v.exe",
    "checkver": {
        "url": "https://github.com/vlang/v/releases",
        "regex": "releases/tag/weekly\\.([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vlang/v/releases/download/weekly.$version/v_windows.zip"
            }
        }
    }
}
