From 83df04a53d12be169fbca4aa1046548f27834a2a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 6 Mar 2025 10:31:21 -0500 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 2351d438f..0d6692f42 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -3,9 +3,9 @@ "uBlock0@raymondhill.net": { "updates": [ { - "version": "1.62.1.5", - "browser_specific_settings": { "gecko": { "strict_min_version": "78.0" } }, - "update_link": "https://github.com/gorhill/uBlock/releases/download/1.62.1b5/uBlock0_1.62.1b5.firefox.signed.xpi" + "version": "1.62.1.6", + "browser_specific_settings": { "gecko": { "strict_min_version": "79.0" } }, + "update_link": "https://github.com/gorhill/uBlock/releases/download/1.62.1b6/uBlock0_1.62.1b6.firefox.signed.xpi" } ] }