mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 17:11:26 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "10.3.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.3.0/harfbuzz-win64-10.3.0.zip",
|
|
"hash": "97af1a3f3c0246321e8b47876ecd17fb6694a553138e3936858428901e00c9a4",
|
|
"extract_dir": "harfbuzz-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.3.0/harfbuzz-win32-10.3.0.zip",
|
|
"hash": "fe18e2bc526619ec9fe61e2139f5ee31f82322625cac794444b46f151f04cfac",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|