ScoopInstaller_Main/bucket/harfbuzz.json
2025-08-30 12:30:54 +00:00

37 lines
1.3 KiB
JSON

{
"version": "11.4.5",
"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.4.5/harfbuzz-win64-11.4.5.zip",
"hash": "9bc54e0122d914c53eb2578e53f84abcf476fade1221e3c9ccc50c9a0f2e2a07",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.4.5/harfbuzz-win32-11.4.5.zip",
"hash": "d51bac77797e6703e005103916666d8ffec5d155a14193b736b936c0a0e64664",
"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"
}
}
}
}