mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.101.0",
 | 
						|
    "description": "A modern shell written in Rust",
 | 
						|
    "homepage": "https://www.nushell.sh",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "e2eb868d6fe97d4e2b43049f34047df43774b3f7be729cc7b84ddb0f0521b9ab"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-aarch64-pc-windows-msvc.zip",
 | 
						|
            "hash": "0e92ca38f53a22db932252a6bcc820294b561eb85293e556e7909bab040e3bbc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "nu.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/nushell/nushell"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |