mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.11.1",
 | 
						|
    "description": "A programming language that is a fresh approach to technical computing.",
 | 
						|
    "homepage": "https://julialang.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.1-win64.zip",
 | 
						|
            "hash": "67cb710c089eaf14096158cd78f3ff00167c8b7be128b9e08536c82e4907c7fd",
 | 
						|
            "extract_dir": "julia-1.11.1"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.1-win32.zip",
 | 
						|
            "hash": "12f52cbc23f182b24282cfaef91a56782197e6b7eafa8fc50c8c99c8b3b4629a",
 | 
						|
            "extract_dir": "julia-1.11.1"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "bin\\julia.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://julialang.org/downloads/",
 | 
						|
        "regex": "Current stable release: v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://julialang-s3.julialang.org/bin/winnt/x64/$majorVersion.$minorVersion/julia-$version-win64.zip",
 | 
						|
                "extract_dir": "julia-$version"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://julialang-s3.julialang.org/bin/winnt/x86/$majorVersion.$minorVersion/julia-$version-win32.zip",
 | 
						|
                "extract_dir": "julia-$version"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "bin\\julia.exe",
 | 
						|
            "Julia"
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
}
 |