mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.7.1",
 | 
						|
    "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.7.1/actionlint_1.7.1_windows_amd64.zip",
 | 
						|
            "hash": "5dbecc21cf2ebe982a1ae5e029ee49f5be8ca3263a936c597323ed9331d896de"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.1/actionlint_1.7.1_windows_386.zip",
 | 
						|
            "hash": "fff32c0089d79d944c0fd682d6aa9031dfc42120187f189062a3b380156ba92f"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.1/actionlint_1.7.1_windows_arm64.zip",
 | 
						|
            "hash": "84548356008900caa7aeaed73f60df48253550a5ecf42d6143d3e2690ff75446"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/actionlint_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |