ScoopInstaller_Main/bucket/harfbuzz.json
2022-09-17 04:46:05 +00:00

38 lines
1.3 KiB
JSON

{
"version": "5.2.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.2.0/harfbuzz-win64-5.2.0.zip",
"hash": "09a0c6bebd56f618cca88d2b3911fda73fb4108c91164219437e3f85930a3937",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.2.0/harfbuzz-win32-5.2.0.zip",
"hash": "45f498ef07fc1c943711f20344c83019cb3b6c3fda5f19adfad0fab83a938b4a",
"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"
}
}
}
}