mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
[app.organicmaps] Fix AUM tag matching
Pattern need to match the entire tag.
This commit is contained in:
parent
1e7ee241e3
commit
5a4f4ec93c
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ Builds:
|
|||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags android$
|
||||
UpdateCheckMode: Tags .*android$
|
||||
UpdateCheckData: android/src/fdroid/play/version.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2021.08.05-15-g31e5587abd-FDroid
|
||||
CurrentVersionCode: 21080515
|
||||
|
|
|
|||
Loading…
Reference in a new issue