mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			941 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			941 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.30.0",
 | 
						|
    "description": "Lisp-like, embeddable, functional and imperative programming language and bytecode interpreter",
 | 
						|
    "homepage": "https://janet-lang.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/janet-lang/janet/releases/download/v1.30.0/janet-1.30.0-windows-x64-installer.msi",
 | 
						|
            "hash": "b93fa44bd2de4b3fe00b82e9bdb0fce4a415a750d2b8ca00cdfea96a676834a4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "Janet",
 | 
						|
    "persist": "Library",
 | 
						|
    "env_set": {
 | 
						|
        "JANET_PATH": "$persist_dir\\Library"
 | 
						|
    },
 | 
						|
    "bin": "bin\\janet.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/janet-lang/janet"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/janet-lang/janet/releases/download/v$version/janet-$version-windows-x64-installer.msi"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |