mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.19.2",
 | 
						|
    "description": "An interactive shell and an expressive programming language",
 | 
						|
    "homepage": "https://elv.sh",
 | 
						|
    "license": "BSD-2-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dl.elv.sh/windows-amd64/elvish-v0.19.2.zip",
 | 
						|
            "hash": "7d13e04cb8e513e307acf889fbd2c97453764992dd7099dedac164d83750e910"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://dl.elv.sh/windows-386/elvish-v0.19.2.zip",
 | 
						|
            "hash": "663e60c7cf5f22b2283b5c3fd7e13c6e112538103d359a1e48dcd4503e48431e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "Rename-Item \"$dir\\elvish-v$version.exe\" 'elvish.exe'",
 | 
						|
    "bin": "elvish.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://elv.sh/get/",
 | 
						|
        "regex": "\\s+([\\d.]+) \\(<a"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dl.elv.sh/windows-amd64/elvish-v$version.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://dl.elv.sh/windows-386/elvish-v$version.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256sum"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |