ScoopInstaller_Main/bucket/harfbuzz.json
2024-03-29 17:08:33 +00:00

38 lines
1.3 KiB
JSON

{
"version": "8.4.0",
"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.4.0/harfbuzz-win64-8.4.0.zip",
"hash": "4038149cbfde8c814529203fc1e4cc2f4478814a05604d52e5104febbaafbb9f",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.4.0/harfbuzz-win32-8.4.0.zip",
"hash": "cea962a6dd7e90aaee568ac9311bcd9b8d8bd1885b24d2a984d1d0bda9acd763",
"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"
}
}
}
}