ScoopInstaller_Main/bucket/harfbuzz.json
2024-09-24 20:28:03 +00:00

38 lines
1.3 KiB
JSON

{
"version": "10.0.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/10.0.1/harfbuzz-win64-10.0.1.zip",
"hash": "a3769e82e4f1f76fb37de5430189486c6cc169251e7363c3e89565eb83448293",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.0.1/harfbuzz-win32-10.0.1.zip",
"hash": "bacce8648bc20dd3acf1821988f771f77eaf045d8d91c9be197af90766b1d7bc",
"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"
}
}
}
}