ScoopInstaller_Main/bucket/harfbuzz.json
2025-09-22 20:28:38 +00:00

37 lines
1.3 KiB
JSON

{
"version": "11.5.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/11.5.1/harfbuzz-win64-11.5.1.zip",
"hash": "d18a39e7ecc600ff7c7f81db242a899fa81c967b702d01584fad83095e524c76",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.5.1/harfbuzz-win32-11.5.1.zip",
"hash": "41362a516ceceb61bcafaa1a425fe174dfd06069996ba82229504b7247e6e0f8",
"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"
}
}
}
}