mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "11.2.1",
 | 
						|
    "description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.",
 | 
						|
    "homepage": "https://harfbuzz.github.io/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.2.1/harfbuzz-win64-11.2.1.zip",
 | 
						|
            "hash": "8a322d0292ccc5221009fa6a31831c6d9dce1bf557d8f775fece9978058a39a9",
 | 
						|
            "extract_dir": "harfbuzz-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.2.1/harfbuzz-win32-11.2.1.zip",
 | 
						|
            "hash": "a34216607d8329606f024ba790fc804a508fc82b7a734bbd2178a279e78920b8",
 | 
						|
            "extract_dir": "harfbuzz-win32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "hb-shape.exe",
 | 
						|
        "hb-subset.exe",
 | 
						|
        "hb-view.exe",
 | 
						|
        "hb-ot-shape-closure.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/harfbuzz/harfbuzz"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/harfbuzz/harfbuzz/releases/download/$version/harfbuzz-win64-$version.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/harfbuzz/harfbuzz/releases/download/$version/harfbuzz-win32-$version.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |