From 6f0ec6129a4a6c910a6c11009fec5cba73c43d1b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 6 May 2019 15:19:23 -0400 Subject: [PATCH] Make Firefox dev build auto-update --- dist/firefox/updates.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json index 13938980d..c71160a87 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -3,10 +3,10 @@ "uBlock0@raymondhill.net": { "updates": [ { - "version": "1.18.17.104", - "applications": { "gecko": { "strict_min_version": "55" } }, - "update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.18.17rc4", - "update_link": "https://github.com/gorhill/uBlock/releases/download/1.18.17rc4/uBlock0_1.18.17rc4.firefox.signed.xpi" + "version": "1.18.17.105", + "browser_specific_settings": { "gecko": { "strict_min_version": "55" } }, + "update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.18.17rc5", + "update_link": "https://github.com/gorhill/uBlock/releases/download/1.18.17rc5/uBlock0_1.18.17rc5.firefox.signed.xpi" } ] }