mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
		
			
				
	
	
		
			18 lines
		
	
	
		
			527 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			527 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://nekovm.org/",
 | 
						|
    "version": "2.2.0",
 | 
						|
    "license": "MIT",
 | 
						|
    "url": "https://nekovm.org/media/neko-2.2.0-win.zip",
 | 
						|
    "hash": "93d7ca96698a6825f38ca8eea49e2e6b691c0849270174f6c1bd531290db8d69",
 | 
						|
    "extract_dir": "neko-2.2.0-win",
 | 
						|
    "env_add_path": "./",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://nekovm.org/download/",
 | 
						|
        "re": "Neko ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://nekovm.org/media/neko-$version-win.zip",
 | 
						|
        "extract_dir": "neko-$version-win"
 | 
						|
    }
 | 
						|
}
 |