mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
brotli was matching /dev/null, which should not be used
This commit is contained in:
parent
3761a9c8ba
commit
1479bef00d
@ -50,9 +50,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"brotli": {
|
"brotli": {
|
||||||
"type": "ghtag",
|
"type": "ghtagtar",
|
||||||
"repo": "google/brotli",
|
"repo": "google/brotli",
|
||||||
"match": "v1\\.\\d\\d",
|
"match": "v1\\.\\d.*",
|
||||||
"provide-pre-built": true,
|
"provide-pre-built": true,
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user