mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "8.0.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.0.0/harfbuzz-win64-8.0.0.zip",
|
|
"hash": "04a701a2da43202f88fcf60a83edf7f48bf044a9bc5c6fd36468dbdab958f347",
|
|
"extract_dir": "harfbuzz-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.0.0/harfbuzz-win32-8.0.0.zip",
|
|
"hash": "1b72cdb19f1fe1be8cc6e353279c150adce546a9cdf2dace2d61da2190433f5f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|