mirror of
https://github.com/google/brotli.git
synced 2024-11-12 15:10:15 +00:00
223d80cfbe
* IMPORTANT: decoder: fix potential overflow when input chunk is >2GiB * simplify max Huffman table size calculation * eliminate symbol duplicates (static arrays in .h files) * minor combing in research/ code
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"package": {
|
|
"name": "bin",
|
|
"repo": "brotli",
|
|
"subject": "eustas"
|
|
},
|
|
|
|
"version": {"name": "latest"},
|
|
|
|
"files": [
|
|
{
|
|
"includePattern": "brotli.zip",
|
|
"uploadPattern": "brotli-${TRAVIS_OS_NAME}-${RELEASE_DATE}.zip",
|
|
"matrix_params": {"override": 1}
|
|
}
|
|
],
|
|
|
|
"publish": true
|
|
}
|