ScoopInstaller_Main/bucket/harfbuzz.json
2023-02-20 16:30:17 +00:00

38 lines
1.3 KiB
JSON

{
"version": "7.0.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/7.0.1/harfbuzz-win64-7.0.1.zip",
"hash": "1f8d19ec7778ed2b7b647ad022c26d069d70a50258d3476843da3f5226521244",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.0.1/harfbuzz-win32-7.0.1.zip",
"hash": "f49c5047900daedcb2f382c35aa39fd4964595e3d4c3c555798190a47d1e33af",
"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"
}
}
}
}