1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-07 11:22:38 +01:00

Make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2019-10-31 12:57:23 -04:00
parent 5dd57030a1
commit eb23c3581a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3,10 +3,10 @@
"uBlock0@raymondhill.net": { "uBlock0@raymondhill.net": {
"updates": [ "updates": [
{ {
"version": "1.23.1.6", "version": "1.23.1.7",
"browser_specific_settings": { "gecko": { "strict_min_version": "55" } }, "browser_specific_settings": { "gecko": { "strict_min_version": "55" } },
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.23.1b6", "update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.23.1b7",
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.23.1b6/uBlock0_1.23.1b6.firefox.signed.xpi" "update_link": "https://github.com/gorhill/uBlock/releases/download/1.23.1b7/uBlock0_1.23.1b7.firefox.signed.xpi"
} }
] ]
} }