mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.11.6",
 | 
						|
    "description": "A CLI task runner defined by a simple markdown file.",
 | 
						|
    "homepage": "https://github.com/jacobdeichert/mask",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/jacobdeichert/mask/releases/download/mask/0.11.6/mask-0.11.6-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "4e92c0bc1fbaa65763216d9f7fae82ed189d6e20ac98138ff2a42d31ef44d7b8",
 | 
						|
            "extract_dir": "mask-0.11.6-x86_64-pc-windows-msvc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "mask-x86_64-pc-windows-msvc",
 | 
						|
    "bin": "mask.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/jacobdeichert/mask",
 | 
						|
        "regex": "mask/([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/jacobdeichert/mask/releases/download/mask/$version/mask-$version-x86_64-pc-windows-msvc.zip",
 | 
						|
                "extract_dir": "mask-$version-x86_64-pc-windows-msvc"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |