ScoopInstaller_Main/bucket/harfbuzz.json
2025-04-28 16:29:41 +00:00

38 lines
1.3 KiB
JSON

{
"version": "11.2.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/11.2.0/harfbuzz-win64-11.2.0.zip",
"hash": "28af6a01438402276af86a934d2942cb3b3ffaba2365559c4194fccc75c7d18f",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.2.0/harfbuzz-win32-11.2.0.zip",
"hash": "11f41bba83abbe2cb825d896bbaf9fb273e2ed30990a3fb0b06a80bb75b3efe4",
"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"
}
}
}
}