mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "30b5800",
 | 
						|
    "description": "A text-mode files and archives manager",
 | 
						|
    "homepage": "https://farmanager.com/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "BSD-3-Clause",
 | 
						|
        "url": "https://farmanager.com/license.php"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://farmanager.com/files/Far30b5800.x64.20210519.7z",
 | 
						|
            "hash": "5ccc2293f5ce8a5b05a47c41485854d162dac1ef6a00047e6894e40942c30ac0"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://farmanager.com/files/Far30b5800.x86.20210519.7z",
 | 
						|
            "hash": "0822402d17abb9b6ade02c6c0ac9c87ea097b38dd2d4ad12846f4969ce98607b"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "far.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://farmanager.com/download.php",
 | 
						|
        "regex": "files/Far([b\\d]+)\\.x64\\.(?<date>\\d+)\\.7z"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://farmanager.com/files/Far$version.x64.$matchDate.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://farmanager.com/files/Far$version.x86.$matchDate.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |