ScoopInstaller_Main/bucket/harfbuzz.json
2024-03-17 08:25:24 +00:00

38 lines
1.3 KiB
JSON

{
"version": "8.3.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/8.3.1/harfbuzz-win64-8.3.1.zip",
"hash": "0a867634e90241b5dac0a97a209b8c2f8d89753208d4332733a05c05fdbffe1a",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.3.1/harfbuzz-win32-8.3.1.zip",
"hash": "fd520152eefe253d13cbcfe3d1913c4baa69db67cf631fbbcadeee7223be5b30",
"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"
}
}
}
}