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