mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"version": "1.0.9",
|
|
"description": "Lossless compression algorithm",
|
|
"homepage": "https://brotli.org/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.77.0/brotli-1.0.9-win64-mingw.tar.xz",
|
|
"hash": "3f2b697806c10ffdbca5a74cda8572f0307cc2c90c8cbed3340edf16b6656c0b",
|
|
"extract_dir": "brotli-1.0.9-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.77.0/brotli-1.0.9-win32-mingw.tar.xz",
|
|
"hash": "8ca833bdb651457cb3cc424965a829d882c757576e8b2fb3ba30ac7cec8dd3be",
|
|
"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"
|
|
],
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/windows/",
|
|
"regex": "dl-(?<curl>[\\d._]+)/brotli-(?<version>[\\d._]+)-win64-mingw"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/brotli-$version-win64-mingw.tar.xz",
|
|
"extract_dir": "brotli-$matchHead-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/brotli-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "brotli-$matchHead-win32-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"regex": "SHA256\\($basename\\)=\\s+$sha256"
|
|
}
|
|
}
|
|
}
|