mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "11.0.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/11.0.1/harfbuzz-win64-11.0.1.zip",
|
|
"hash": "5715295b0ceb1172ee82a097aaf62e0282eff6044aaaf6a6b811a8432c69f575",
|
|
"extract_dir": "harfbuzz-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.0.1/harfbuzz-win32-11.0.1.zip",
|
|
"hash": "f4515eea3bcde6f242dc202b47ac9f0e010dabbb5316e938fce977387d73829e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|