diff --git a/dist/mv3/firefox/updates.json b/dist/mv3/firefox/updates.json index 8b6a65c5c..46fa0881c 100644 --- a/dist/mv3/firefox/updates.json +++ b/dist/mv3/firefox/updates.json @@ -3,9 +3,9 @@ "uBOLite@raymondhill.net": { "updates": [ { - "version": "1.0.23.8121", + "version": "1.0.23.8125", "browser_specific_settings": { "gecko": { "strict_min_version": "114.0" } }, - "update_link": "https://github.com/gorhill/uBlock/releases/download/uBOLite_1.0.23.8121/uBOLite_uBOLite_1.0.23.8121.firefox.signed.mv3.xpi" + "update_link": "https://github.com/gorhill/uBlock/releases/download/uBOLite_1.0.23.8125/uBOLite_1.0.23.8125.firefox.signed.mv3.xpi" } ] } diff --git a/dist/mv3/firefox/updates.template.json b/dist/mv3/firefox/updates.template.json index bfba8d38b..08d161f1e 100644 --- a/dist/mv3/firefox/updates.template.json +++ b/dist/mv3/firefox/updates.template.json @@ -5,7 +5,7 @@ { "version": "$ext_version", "browser_specific_settings": { "gecko": { "strict_min_version": "$min_browser_version" } }, - "update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBOLite_$tag_version.firefox.signed.mv3.xpi" + "update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/$tag_version.firefox.signed.mv3.xpi" } ] }