ScoopInstaller_Main/bucket/harfbuzz.json
2023-02-12 00:33:34 +00:00

38 lines
1.3 KiB
JSON

{
"version": "7.0.0",
"description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.",
"homepage": "http://harfbuzz.github.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.0.0/harfbuzz-win64-7.0.0.zip",
"hash": "c9c2a8e052c77686f99139ee2127e3dfc0295f6bbbeb6d9da599d8024f51ad84",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.0.0/harfbuzz-win32-7.0.0.zip",
"hash": "bb74827784af9761d06d6b3ed3f605bfdf13999b5269cfd9141933c254b622ee",
"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"
}
}
}
}