mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			936 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			936 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.0.0",
 | 
						|
    "description": "cat for markdown",
 | 
						|
    "homepage": "https://github.com/lunaryorn/mdcat",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-2.0.0/mdcat-2.0.0-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "sha512:267896b6d4277492f6776d78d11e10376205774d23ab4bbe1971a5a9f61b8cdf5dde89a7ea916eacdfdafc690c6a997e077d47815cae556ba0fc1c6cd9d06073"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "mdcat.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/lunaryorn/mdcat",
 | 
						|
        "regex": "mdcat-([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/SHA512SUM.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |