mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.4.1",
 | 
						|
    "description": "A high-level dynamically typed programming language",
 | 
						|
    "homepage": "https://nekovm.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/HaxeFoundation/neko/releases/download/v2-4-1/neko-2.4.1-win64.zip",
 | 
						|
            "hash": "3902933da42320e8bc04dbee07959ee9ff09a7848e9af48072396400cc3618c9",
 | 
						|
            "extract_dir": "neko-2.4.1-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/HaxeFoundation/neko/releases/download/v2-4-1/neko-2.4.1-win.zip",
 | 
						|
            "hash": "461d59d6a923d5d91ad1a9c999e382895a1aea2ab98900f5e6ca60edb799bb93",
 | 
						|
            "extract_dir": "neko-2.4.1-win"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "neko.exe",
 | 
						|
        "nekoc.exe",
 | 
						|
        "nekoml.exe",
 | 
						|
        "nekotools.exe"
 | 
						|
    ],
 | 
						|
    "env_add_path": ".",
 | 
						|
    "env_set": {
 | 
						|
        "NEKO_INSTPATH": "$dir"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/HaxeFoundation/neko",
 | 
						|
        "regex": "neko-([\\d.]+)-win64"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/HaxeFoundation/neko/releases/download/v$dashVersion/neko-$version-win64.zip",
 | 
						|
                "extract_dir": "neko-$version-win64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/HaxeFoundation/neko/releases/download/v$dashVersion/neko-$version-win.zip",
 | 
						|
                "extract_dir": "neko-$version-win"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |