diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json index 6793ec4..b02ecea 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -3,10 +3,10 @@ "uMatrix@raymondhill.net": { "updates": [ { - "version": "1.4.1b1", + "version": "1.4.1.2", "browser_specific_settings": { "gecko": { "strict_min_version": "56" } }, - "update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.4.1b1", - "update_link": "https://github.com/gorhill/uMatrix/releases/download/1.4.1b1/uMatrix.firefox.signed.xpi" + "update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.4.1b2", + "update_link": "https://github.com/gorhill/uMatrix/releases/download/1.4.1b2/uMatrix_1.4.1b2.firefox.signed.xpi" } ] } diff --git a/dist/firefox/updates.template.json b/dist/firefox/updates.template.json index 828efc4..502507f 100644 --- a/dist/firefox/updates.template.json +++ b/dist/firefox/updates.template.json @@ -3,10 +3,10 @@ "uMatrix@raymondhill.net": { "updates": [ { - "version": "$version", - "applications": { "gecko": { "strict_min_version": "56" } }, - "update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/$version", - "update_link": "https://github.com/gorhill/uMatrix/releases/download/$version/uMatrix.firefox.signed.xpi" + "version": "$ext_version", + "browser_specific_settings": { "gecko": { "strict_min_version": "56" } }, + "update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/$tag_version", + "update_link": "https://github.com/gorhill/uMatrix/releases/download/$tag_version/uMatrix_$tag_version.firefox.signed.xpi" } ] }