mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.rust-lang.org",
 | 
						|
    "version": "1.33.0",
 | 
						|
    "license": "MIT|Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://static.rust-lang.org/dist/rust-1.33.0-x86_64-pc-windows-msvc.msi",
 | 
						|
            "hash": "cc27799843a146745d4054afa5de1f1f5ab19d539d8c522a909b3c8119e46f99"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://static.rust-lang.org/dist/rust-1.33.0-i686-pc-windows-msvc.msi",
 | 
						|
            "hash": "6f6efc5a825575ef8c53fd323462a35cb9a3350de0e1fb029d734feae958bae6"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "Rust\\bin\\rustc.exe",
 | 
						|
        "Rust\\bin\\rustdoc.exe",
 | 
						|
        "Rust\\bin\\cargo.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.rust-lang.org/",
 | 
						|
        "re": "Version ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://static.rust-lang.org/dist/rust-$version-x86_64-pc-windows-msvc.msi"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |