mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2021.06-01",
 | 
						|
    "description": "The most mature, production-ready implementation of the Raku language",
 | 
						|
    "homepage": "https://rakudo.org",
 | 
						|
    "license": "Artistic-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://rakudo.org/dl/rakudo/rakudo-moar-2021.06-01-win-x86_64-msvc.zip",
 | 
						|
            "hash": "f03efeb3455468c4df93a1f86b378c26988fc6bbc3d5e5f59c910459acaca368",
 | 
						|
            "extract_dir": "rakudo-moar-2021.06-01-win-x86_64-msvc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\nqp.exe",
 | 
						|
        "bin\\perl6.exe",
 | 
						|
        "bin\\perl6w.exe",
 | 
						|
        "bin\\raku.exe",
 | 
						|
        "bin\\rakuw.exe",
 | 
						|
        "bin\\rakudo.exe",
 | 
						|
        "bin\\rakudow.exe",
 | 
						|
        "bin\\perl6-debug.exe",
 | 
						|
        "bin\\raku-debug.exe",
 | 
						|
        "bin\\rakudo-debug.exe",
 | 
						|
        "share\\perl6\\site\\bin\\zef.bat"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://rakudo.org/downloads/rakudo",
 | 
						|
        "regex": "rakudo-moar-([\\d.-]+)-win-x86_64-msvc\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://rakudo.org/dl/rakudo/rakudo-moar-$version-win-x86_64-msvc.zip",
 | 
						|
                "extract_dir": "rakudo-moar-$version-win-x86_64-msvc"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |