2025-10-27 16:30:22 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.2.0",
"description": "Lossless compression algorithm",
"homepage": "https://brotli.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/google/brotli/releases/download/v1.2.0/brotli-x64-windows-static.zip",
"hash": "3208ab82d4f08e062a25660cf38092db4e8415792aa1e579956d37740f8d8924"
},
"32bit": {
"url": "https://github.com/google/brotli/releases/download/v1.2.0/brotli-x86-windows-static.zip",
"hash": "9077aa4184290f6aab963fef2ac0d92730ca58be2b78ec4ef97aeefa2981d715"
}
},
"bin": "brotli.exe",
"checkver": {
"github": "https://github.com/google/brotli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/brotli/releases/download/v$version/brotli-x64-windows-static.zip"
},
"32bit": {
"url": "https://github.com/google/brotli/releases/download/v$version/brotli-x86-windows-static.zip"
}
}
}
}