mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	v: Add version 0.2.4 (#826)
* Add vlang * update to version 0.1.28.1 * Rename v.json to vlang.json * Update to ver 0.2.4, modify notes * renaming package to `v` * use architecture->64bit Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
		
							parent
							
								
									c547675d39
								
							
						
					
					
						commit
						314ba25164
					
				
							
								
								
									
										30
									
								
								bucket/v.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								bucket/v.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,30 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "0.2.4",
 | 
			
		||||
    "description": "The V programming language",
 | 
			
		||||
    "homepage": "https://vlang.io",
 | 
			
		||||
    "license": "MIT",
 | 
			
		||||
    "notes": [
 | 
			
		||||
        "V requires a C compiler on Windows. You can use one of MinGW-w64, llvm-mingw, MSVC.",
 | 
			
		||||
        "More information can be found here: https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows",
 | 
			
		||||
        "Windows SDK is also required, you can 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"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user