From 3761a9c8baa944535bd62593659e5e15a4a40cb2 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 6 Jun 2025 13:18:49 +0700 Subject: [PATCH] brotli was matching /dev/null, which should not be used --- config/source.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/source.json b/config/source.json index 796e96f5..803734e9 100644 --- a/config/source.json +++ b/config/source.json @@ -50,8 +50,9 @@ } }, "brotli": { - "type": "ghtar", + "type": "ghtag", "repo": "google/brotli", + "match": "v1\\.\\d\\d", "provide-pre-built": true, "license": { "type": "file",