ScoopInstaller_Main/bucket/harfbuzz.json
2022-07-31 16:30:52 +00:00

38 lines
1.3 KiB
JSON

{
"version": "5.1.0",
"description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.",
"homepage": "http://harfbuzz.github.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.1.0/harfbuzz-win64-5.1.0.zip",
"hash": "226ab0886ee16b950332e19f7a01865c10cf5ae97a7f99e367d4fcc41364f4b1",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.1.0/harfbuzz-win32-5.1.0.zip",
"hash": "25baed655fbed83d3c804ebe28d9bfa720fb5c3966d19560490007f29f0bbea6",
"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"
}
}
}
}