ScoopInstaller_Main/bucket/harfbuzz.json
2022-10-08 20:29:35 +00:00

38 lines
1.3 KiB
JSON

{
"version": "5.3.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.3.0/harfbuzz-win64-5.3.0.zip",
"hash": "286ca0ee3cc52e5d471164de309b71dbb89a02b7253e724e75479e80357e0a65",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.3.0/harfbuzz-win32-5.3.0.zip",
"hash": "12096e968fe56db44a6d1abae3da011142289cbde9c655a4af32c5cd2d17feef",
"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"
}
}
}
}