mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
- Update to version 1.1.0 - Switch to github release (repo:google/brotli) - Add checkver and autoupdate - Remove shim `unbrotli.exe`, no relevant documents were found
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.1.0",
|
|
"description": "Lossless compression algorithm",
|
|
"homepage": "https://brotli.org/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/google/brotli/releases/download/v1.1.0/brotli-x64-windows-static.zip",
|
|
"hash": "1d45ba1bef7e2bcbb70d49577f3ae195615b58a4b727d52229d4ec0004d49f88"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/google/brotli/releases/download/v1.1.0/brotli-x86-windows-static.zip",
|
|
"hash": "6692bedd404f0d681c5c73366bd550f3475f496711b1f16422ff4877c8d4bbaf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|