ScoopInstaller_Main/bucket/harfbuzz.json
2023-03-10 00:03:29 +05:30

38 lines
1.3 KiB
JSON

{
"version": "7.1.0",
"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/7.1.0/harfbuzz-win64-7.1.0.zip",
"hash": "63bfa41fd1e2a0716c44537a28dc42df3b4195b7ab772c2d80a8692f81f829f4",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.1.0/harfbuzz-win32-7.1.0.zip",
"hash": "382a70ba8de32e80780e012587b0c674ef61695275a031049a789ec7fb312bdb",
"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"
}
}
}
}