mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "12.2.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/12.2.0/harfbuzz-win64-12.2.0.zip",
|
|
"hash": "ac99f8d35e265eaa22b697d1165d214f5a7b502f3a5c38e96747e74f033b401a",
|
|
"extract_dir": "harfbuzz-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.2.0/harfbuzz-win32-12.2.0.zip",
|
|
"hash": "b93944e0914c9245156104abf5ef81a0361d832ee897e076ff9160302cc30b74",
|
|
"extract_dir": "harfbuzz-win32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"hb-shape.exe",
|
|
"hb-subset.exe",
|
|
"hb-view.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"
|
|
}
|
|
}
|
|
}
|
|
}
|