ScoopInstaller_Main/bucket/harfbuzz.json
2025-03-01 00:39:18 +00:00

38 lines
1.3 KiB
JSON

{
"version": "10.4.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/10.4.0/harfbuzz-win64-10.4.0.zip",
"hash": "8da654e38aa3545a59f160f353909d0c81c29228981fea63db4cf2d918c3d656",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.4.0/harfbuzz-win32-10.4.0.zip",
"hash": "d1f0fff6c503651b4deffb7ae10045d3670f3362623acfe8f52a682443403320",
"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"
}
}
}
}