2023-11-12 00:32:49 +00:00

27 lines
935 B
JSON

{
"version": "0.4.3",
"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.4.3/v_windows.zip",
"hash": "ee373d94a17bf0ddfbd48d975c8a2b7d0f150c6040784414fc7f5477a1f3a24f"
}
},
"extract_dir": "v",
"bin": "v.exe",
"checkver": {
"url": "https://api.github.com/repositories/169677297/releases?per_page=100",
"regex": "releases/tag/([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vlang/v/releases/download/$version/v_windows.zip"
}
}
}
}