ScoopInstaller_Main/bucket/harfbuzz.json
2024-05-14 00:33:39 +00:00

38 lines
1.3 KiB
JSON

{
"version": "8.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/8.5.0/harfbuzz-win64-8.5.0.zip",
"hash": "fb1b1cd053a99749f073633daec12bb587a2f5d78a0a7050ba4e4afdcb6de467",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-win32-8.5.0.zip",
"hash": "4628459a3aea559c7d9542d5e9894cf1650d33f6735998389659f8b17a0d7bff",
"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"
}
}
}
}