ScoopInstaller_Main/bucket/harfbuzz.json
2024-11-05 08:30:39 +00:00

38 lines
1.3 KiB
JSON

{
"version": "10.1.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/10.1.0/harfbuzz-win64-10.1.0.zip",
"hash": "8a5af6cfce78e7da211e7a2d49cdedf41dafa76b89b2350c067462fbf15a4c64",
"extract_dir": "harfbuzz-win64"
},
"32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.1.0/harfbuzz-win32-10.1.0.zip",
"hash": "0b0f7f717ea2687a46629bfcaff44525c90379274180d01dc86f028a39e60c09",
"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"
}
}
}
}