1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-05 04:43:31 +12:00

Make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2019-12-25 09:18:45 -05:00
parent b8e62f0c55
commit 17430ded93
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 7 additions and 7 deletions

View file

@ -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"
}
]
}

View file

@ -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"
}
]
}