mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.8.9",
 | 
						|
    "description": "Helps Symfony developers manage projects, from local code to remote infrastructure",
 | 
						|
    "homepage": "https://symfony.com",
 | 
						|
    "license": "AGPL-3.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.9/symfony-cli_windows_amd64.zip",
 | 
						|
            "hash": "1342c40f84dd719ddb8df75158450641d3c3d95953579666b7af8a030b3affde"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.9/symfony-cli_windows_386.zip",
 | 
						|
            "hash": "e7bb908415b74c6353c29b71885ecf74b7eb964b03139a496e6bf562d636a033"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "symfony.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/symfony-cli/symfony-cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/symfony-cli/symfony-cli/releases/download/v$version/symfony-cli_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/symfony-cli/symfony-cli/releases/download/v$version/symfony-cli_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/symfony-cli/symfony-cli/releases/download/v$version/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |