ScoopInstaller_Main/bucket/harfbuzz.json
2025-09-12 20:27:35 +00:00

37 lines
1.3 KiB
JSON

{
"version": "11.5.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.5.0/harfbuzz-win64-11.5.0.zip",
"hash": "ec8dcf4f6fab347903f478ff7bb2fcc0522d9d1704a3a974c7110b952688a836",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.5.0/harfbuzz-win32-11.5.0.zip",
"hash": "ec09c3badff692d42a4a5bed5e23c41930dc01e3f007abbb43acf8953b73e3af",
"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"
}
}
}
}