make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2018-03-14 12:18:20 -04:00
parent fe791b9bd2
commit ea70cdee0c
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.15.11b13", "version": "1.15.11b15",
"applications": { "gecko": { "strict_min_version": "52" } }, "applications": { "gecko": { "strict_min_version": "52" } },
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.15.11b13", "update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.15.11b15",
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.15.11b13/uBlock0.webext.signed.xpi" "update_link": "https://github.com/gorhill/uBlock/releases/download/1.15.11b15/uBlock0.webext.signed.xpi"
} }
] ]
} }