ScoopInstaller_Main/bucket/harfbuzz.json
2023-05-10 00:33:40 +00:00

38 lines
1.3 KiB
JSON

{
"version": "7.3.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.3.0/harfbuzz-win64-7.3.0.zip",
"hash": "9c3d70582cbee704d27def28554523bf15dae6e505266f2fd186ff121d41bd5f",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-win32-7.3.0.zip",
"hash": "7c37a9baf7e16e15d609b06b573eab6bd80e33b2566ed8e8545a2ca55ee7ac01",
"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"
}
}
}
}