mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.16.0",
 | 
						|
    "description": "AutoCorrect is a linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).",
 | 
						|
    "homepage": "https://huacnlee.github.io/autocorrect",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/huacnlee/autocorrect/releases/download/v2.16.0/autocorrect-windows-amd64.zip",
 | 
						|
            "hash": "94085f1e194d3cd19691e35d7f7996b79eb2e7c6b9a957f6bddcb2eaa0886735"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "autocorrect.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repositories/267024149/releases",
 | 
						|
        "regex": "tag/v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/huacnlee/autocorrect/releases/download/v$version/autocorrect-windows-amd64.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$url.sha256",
 | 
						|
                    "mode": "extract",
 | 
						|
                    "regex": "$sha256"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |