From 14c8930ebbd40c8a755ed880c846a1ff10b1bd9f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 17 Aug 2021 08:41:21 -0400 Subject: [PATCH] Make Firefox dev build auto-update --- dist/firefox/updates.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json index 8e1150262..f2eaa8a99 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -3,9 +3,9 @@ "uBlock0@raymondhill.net": { "updates": [ { - "version": "1.37.3.9", - "browser_specific_settings": { "gecko": { "strict_min_version": "60" } }, - "update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b9/uBlock0_1.37.3b9.firefox.signed.xpi" + "version": "1.37.3.10", + "browser_specific_settings": { "gecko": { "strict_min_version": "57" } }, + "update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b10/uBlock0_1.37.3b10.firefox.signed.xpi" } ] }