mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.21.5",
 | 
						|
    "description": "Wrapper for managing and deploying Symfony applications",
 | 
						|
    "homepage": "https://github.com/symfony/cli",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/symfony/cli/releases/download/v4.21.5/symfony_windows_amd64.exe#/symfony.exe",
 | 
						|
            "hash": "a8bfc8f1bc5bfae4ab51f600f97d7306c41dfb95412b1709b78745cbdb49fc49"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/symfony/cli/releases/download/v4.21.5/symfony_windows_386.exe#/symfony.exe",
 | 
						|
            "hash": "82f45f91eb6a3ecf59ce288c6d50a6568e39e68f1ca1d797af94c750d96dc51c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "symfony.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_amd64.exe#/symfony.exe",
 | 
						|
                "hash": {
 | 
						|
                    "url": "https://symfony.com/download",
 | 
						|
                    "regex": "windows_amd64:\\s+<code>$sha256</code>"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_386.exe#/symfony.exe",
 | 
						|
                "hash": {
 | 
						|
                    "url": "https://symfony.com/download",
 | 
						|
                    "regex": "windows_386:\\s+<code>$sha256</code>"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |