mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* [juliaup] Use S3 as sources and .msi instead of .tar.gz * remove trailing whitespace * update version
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.11.5",
 | 
						|
    "description": "A programming language that is a fresh approach to technical computing.",
 | 
						|
    "homepage": "https://julialang.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "notes": ["Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases."],
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.5-win64.zip",
 | 
						|
            "hash": "580ecaf458e273568bdd6ebcb7126392cd1e71f9b9500e0156769334774c595b",
 | 
						|
            "extract_dir": "julia-1.11.5"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.5-win32.zip",
 | 
						|
            "hash": "d164da402271b1a0e8e9457639ea63ec396c79dab8833d1797199f0c7c767520",
 | 
						|
            "extract_dir": "julia-1.11.5"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
}
 |