ScoopInstaller_Main/bucket/harfbuzz.json
2022-06-29 12:33:06 +00:00

38 lines
1.3 KiB
JSON

{
"version": "4.4.1",
"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/4.4.1/harfbuzz-win64-4.4.1.zip",
"hash": "2c54bb0495108c7b1d5e905f0e11578ab98db525eb243f3658a675f1b1ce6861",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/4.4.1/harfbuzz-win32-4.4.1.zip",
"hash": "10a2aec9d05b7b6913c4fc3554dd895ea681c4f0ab6eb17ea2f8929fe8d59846",
"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"
}
}
}
}