ScoopInstaller_Main/bucket/harfbuzz.json
2026-01-21 00:44:59 +00:00

37 lines
1.3 KiB
JSON

{
"version": "12.3.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/12.3.1/harfbuzz-win64-12.3.1.zip",
"hash": "630f65b131cff4d5c02ee3b5e401f28e41771c43a7bd5bab305332eabb4b8742",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.3.1/harfbuzz-win32-12.3.1.zip",
"hash": "623ebf82909ec440800ab0de3fe195047005c34ba775bd60bf1d7bfdb9a4d326",
"extract_dir": "harfbuzz-win32"
}
},
"bin": [
"hb-shape.exe",
"hb-subset.exe",
"hb-view.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"
}
}
}
}