mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.rust-lang.org",
 | 
						|
    "version": "1.36.0",
 | 
						|
    "license": "MIT|Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://static.rust-lang.org/dist/rust-1.36.0-x86_64-pc-windows-msvc.msi",
 | 
						|
            "hash": "e86148196e71c9c826101d37b66393dfaacef824559d92a9f4e48f030a7aa1e4"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://static.rust-lang.org/dist/rust-1.36.0-i686-pc-windows-msvc.msi",
 | 
						|
            "hash": "c600c0dc2bb9eff0c7c36620f63d19c10e57147f49f310106c51f7fc6a2c230f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |