mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			828 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			828 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.3.2",
 | 
						|
    "description": "A secure runtime for JavaScript and TypeScript",
 | 
						|
    "homepage": "https://deno.land",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/denoland/deno/releases/download/v2.3.2/deno-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "3f0c6937495695415be22e72242cfc48235c026837912714a0920cb6a6bcb485"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "deno.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/denoland/deno"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256sum",
 | 
						|
            "regex": "$sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |