brotli was matching /dev/null, which should not be used

This commit is contained in:
DubbleClick 2025-06-06 13:21:20 +07:00
parent 3761a9c8ba
commit 1479bef00d

View File

@ -50,9 +50,9 @@
}
},
"brotli": {
"type": "ghtag",
"type": "ghtagtar",
"repo": "google/brotli",
"match": "v1\\.\\d\\d",
"match": "v1\\.\\d.*",
"provide-pre-built": true,
"license": {
"type": "file",