mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.6.21",
 | 
						|
    "description": "Static checker for GitHub Actions workflow files",
 | 
						|
    "homepage": "https://github.com/rhysd/actionlint",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_amd64.zip",
 | 
						|
            "hash": "2265f57f96d34b06f080357a78cfe4bc9a327f92809e78dabed4d46a6d66bf3c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_386.zip",
 | 
						|
            "hash": "97eb2cc211a8c67adae2a453cb51a3400a9916cbbef5d5dda61fb634f5d61b13"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "actionlint.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/actionlint_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |