ScoopInstaller_Main/bucket/harfbuzz.json
2026-01-24 12:32:37 +00:00

37 lines
1.3 KiB
JSON

{
"version": "12.3.2",
"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.2/harfbuzz-win64-12.3.2.zip",
"hash": "74cb07d47138f99ac62527e272c952f95c1efe75af602f79f9a21b48d6b73fb1",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.3.2/harfbuzz-win32-12.3.2.zip",
"hash": "6e1a6d22fc7b4c6d786251dee6bce4995aacc381233654937edc9f64ac3f26e9",
"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"
}
}
}
}