1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Manually patching update details for dev build of Firefox

I will need to fix the dev build script to ensure `updates.json`
file **on the master branch** is filled in with the latest dev
build details, regardless of the branch where it originates.
This commit is contained in:
Raymond Hill 2019-01-01 09:37:45 -05:00
parent dcf6046f8c
commit c5ace09ed6
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3,10 +3,10 @@
"uBlock0@raymondhill.net": {
"updates": [
{
"version": "1.17.5.104",
"version": "1.17.7.0",
"applications": { "gecko": { "strict_min_version": "52" } },
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.17.5rc4",
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.17.5rc4/uBlock0_1.17.5rc4.firefox.signed.xpi"
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.17.7b0",
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.17.7b0/uBlock0_1.17.7b0.firefox.signed.xpi"
}
]
}