mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
27 lines
926 B
JSON
27 lines
926 B
JSON
{
|
|
"version": "0.3.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.3.4/v_windows.zip",
|
|
"hash": "c4171b13f5eb148cd122cca30efeec8a7c23ef4087c97996fefff5f377d60d6c"
|
|
}
|
|
},
|
|
"extract_dir": "v",
|
|
"bin": "v.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/vlang/v/releases?per_page=100",
|
|
"regex": "releases/tag/([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vlang/v/releases/download/$version/v_windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|