Skip to content

Changing acr.browser.lightning AutoUpdateMode Version matcher

Anthony Restaino requested to merge anthonycr1/fdroiddata:master into master

The version matcher used previously was matching %v. New versions of acr.browser.lightning are tagged with v1.2.3, so I am changing the matcher to match against v%v.

I ran fdroid checkupdates acr.browser.lightning and fdroid rewritemeta acr.browser.lightning per contribution docs, and both ran without error, but did not pick up any changes from the repo. Is that expected or should it have picked up the latest tag, v5.0.1? Current latest version in the metadata file is on tag v4.5.1.

Merge request reports