mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.3.0",
 | 
						|
    "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-3-0/neko-2.3.0-win64.zip",
 | 
						|
            "hash": "d09fdf362cd2e3274f6c8528be7211663260c3a5323ce893b7637c2818995f0b",
 | 
						|
            "extract_dir": "neko-2.3.0-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/HaxeFoundation/neko/releases/download/v2-3-0/neko-2.3.0-win.zip",
 | 
						|
            "hash": "fe5a11350d2dd74338f971d62115f2bd21ec6912f193db04c5d28eb987a50485",
 | 
						|
            "extract_dir": "neko-2.3.0-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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |