mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.13.0",
 | 
						|
    "description": "Tool, language and decoders for working with binary data.",
 | 
						|
    "homepage": "https://github.com/wader/fq",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/wader/fq/releases/download/v0.13.0/fq_0.13.0_windows_amd64.zip",
 | 
						|
            "hash": "81bc8348f562db8c025afc26220ffa571fc9d9e76cb57806c5cca04dba7b39a1"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/wader/fq/releases/download/v0.13.0/fq_0.13.0_windows_arm64.zip",
 | 
						|
            "hash": "390a10848fda1872be0761d4400ed933a8792ce0b7b6765158286f156236272d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "fq.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |