mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Merge branch 'allow-letters-version' into 'master'
Allow alphabetic characters on LBRY version See merge request fdroid/fdroiddata!8415
This commit is contained in:
commit
82863a4311
1 changed files with 3 additions and 2 deletions
|
|
@ -233,9 +233,10 @@ MaintainerNotes: |-
|
|||
+0: - (upstream)
|
||||
+1: armv7 (CV)
|
||||
+2: armv8
|
||||
+3: (armv7) hotfixes between upstream releases
|
||||
|
||||
AutoUpdateMode: Version v%v-fdroid
|
||||
UpdateCheckMode: Tags v\d+.\d+.\d+-fdroid
|
||||
VercodeOperation: '%c*10 + 1'
|
||||
UpdateCheckMode: Tags v\d+.\d+.\d+[a-z]?-fdroid
|
||||
VercodeOperation: '%c*10 + 3'
|
||||
CurrentVersion: 0.16.15
|
||||
CurrentVersionCode: 16151
|
||||
|
|
|
|||
Loading…
Reference in a new issue