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.6.25",
 | 
						|
    "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.25/actionlint_1.6.25_windows_amd64.zip",
 | 
						|
            "hash": "8f572a723f362f2ab05777aad0c85322fecf130e6ff0ca8ca0a6fb3a3414ac1b"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.25/actionlint_1.6.25_windows_386.zip",
 | 
						|
            "hash": "c4c1436ca541edd680463421f296e577a021ca12c9096a0a321620b27d2415b9"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.25/actionlint_1.6.25_windows_arm64.zip",
 | 
						|
            "hash": "c949756b78d77164bd80f40d0443d1f7cf46fc4e704dbe89d0e42ae75020529c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |