mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* Add `mask` Fixes #5097 * Update mask.json * Update mask.json * format json Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * Update mask.json --------- Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			980 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			980 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.11.3",
 | 
						|
    "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/v0.11.3/mask-v0.11.3-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "0d849c344fdcb64b0047ce1faf95f8c6cb9b4d282f1a6c78e9f30132d9bace55",
 | 
						|
            "extract_dir": "mask-v0.11.3-x86_64-pc-windows-msvc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "mask-x86_64-pc-windows-msvc",
 | 
						|
    "bin": "mask.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/jacobdeichert/mask"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/jacobdeichert/mask/releases/download/v$version/mask-v$version-x86_64-pc-windows-msvc.zip",
 | 
						|
                "extract_dir": "mask-v$version-x86_64-pc-windows-msvc"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |