ScoopInstaller_Main/bucket/harfbuzz.json
2023-09-18 20:25:21 +00:00

38 lines
1.3 KiB
JSON

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