From 1479bef00da211edb2677942498063628a8aab35 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 6 Jun 2025 13:21:20 +0700 Subject: [PATCH] brotli was matching /dev/null, which should not be used --- config/source.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/source.json b/config/source.json index 803734e9..f5987c3c 100644 --- a/config/source.json +++ b/config/source.json @@ -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",