mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.44",
 | 
						|
    "description": "Determine file type.",
 | 
						|
    "homepage": "https://www.darwinsys.com/file",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/rkitover/file-windows/releases/download/v5.44/file_5.44-x86_64.7z",
 | 
						|
            "hash": "a5a18f480c69df11cdaad5d1b5b3217045a7da50d2f51ca7618eb0df4388c96f"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/rkitover/file-windows/releases/download/v5.44/file_5.44-x86_32.7z",
 | 
						|
            "hash": "4f927699e766a04c4942ebd904a57e2f1a946dc63986fb59691c61f442a05296"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/rkitover/file-windows/releases/download/v5.44/file_5.44-arm64.7z",
 | 
						|
            "hash": "5c0e7a298292e584699db5d4745aa903671c31a74e980b8f715f1226ffe4ccaa"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "file.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/rkitover/file-windows"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/rkitover/file-windows/releases/download/v$version/file_$version-x86_64.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/rkitover/file-windows/releases/download/v$version/file_$version-x86_32.7z"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/rkitover/file-windows/releases/download/v$version/file_$version-arm64.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |