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.31.1",
 | 
						|
    "license": "MIT|Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://static.rust-lang.org/dist/rust-1.31.1-x86_64-pc-windows-msvc.msi",
 | 
						|
            "hash": "ee99f95b28c2a6154044d6c7f45e74301a7d7a6fb02ddf425ef0993d4b7de128"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://static.rust-lang.org/dist/rust-1.31.1-i686-pc-windows-msvc.msi",
 | 
						|
            "hash": "07b7ca24c5f999ee85634a67ecaf90197414a091a35739309e9d080b712db7b8"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |