make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2019-05-28 11:17:26 -04:00
parent e01ebef2cf
commit eb2a4699d4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
"uMatrix@raymondhill.net": {
"updates": [
{
"version": "1.3.17rc3",
"version": "1.3.17rc4",
"applications": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.3.17rc3",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.3.17rc3/uMatrix.firefox.signed.xpi"
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.3.17rc4",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.3.17rc4/uMatrix.firefox.signed.xpi"
}
]
}