mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
24 lines
860 B
JSON
24 lines
860 B
JSON
{
|
|
"version": "1.0.9_1",
|
|
"description": "Lossless compression algorithm",
|
|
"homepage": "https://brotli.org/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.se/windows/dl-7.83.1_1/brotli-1.0.9_1-win64-mingw.tar.xz",
|
|
"hash": "5b233cee0b7cdcc0dbced6df5dd658e38d785a95a6e711c553dfd412aa625b9e",
|
|
"extract_dir": "brotli-1.0.9-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.se/windows/dl-7.83.1_1/brotli-1.0.9_1-win32-mingw.tar.xz",
|
|
"hash": "28f81901d4468b2bce233f7cc967353975925d70584e2d15d53658dcedb67ea5",
|
|
"extract_dir": "brotli-1.0.9-win32-mingw"
|
|
}
|
|
},
|
|
"pre_install": "Copy-Item \"$dir\\bin\\brotli.exe\" \"$dir\\bin\\unbrotli.exe\"",
|
|
"bin": [
|
|
"bin\\brotli.exe",
|
|
"bin\\unbrotli.exe"
|
|
]
|
|
}
|