mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Fix link to package in update.json
This commit is contained in:
parent
a7387818d1
commit
be7f277251
2 changed files with 3 additions and 3 deletions
4
dist/mv3/firefox/updates.json
vendored
4
dist/mv3/firefox/updates.json
vendored
|
@ -3,9 +3,9 @@
|
|||
"uBOLite@raymondhill.net": {
|
||||
"updates": [
|
||||
{
|
||||
"version": "1.0.23.8121",
|
||||
"version": "1.0.23.8125",
|
||||
"browser_specific_settings": { "gecko": { "strict_min_version": "114.0" } },
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/uBOLite_1.0.23.8121/uBOLite_uBOLite_1.0.23.8121.firefox.signed.mv3.xpi"
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/uBOLite_1.0.23.8125/uBOLite_1.0.23.8125.firefox.signed.mv3.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
2
dist/mv3/firefox/updates.template.json
vendored
2
dist/mv3/firefox/updates.template.json
vendored
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
"version": "$ext_version",
|
||||
"browser_specific_settings": { "gecko": { "strict_min_version": "$min_browser_version" } },
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBOLite_$tag_version.firefox.signed.mv3.xpi"
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/$tag_version.firefox.signed.mv3.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue