mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Prevent fdroid from pulling prerelease versions of WG Tunnel
This commit is contained in:
parent
93caec39a0
commit
dc24179a58
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ Categories:
|
|||
- Security
|
||||
License: MIT
|
||||
AuthorName: Zane Schepke
|
||||
AuthorEmail: zanecschepke@gmail.com
|
||||
AuthorEmail: support@zaneschepke.com
|
||||
SourceCode: https://github.com/zaneschepke/wgtunnel
|
||||
IssueTracker: https://github.com/zaneschepke/wgtunnel/issues
|
||||
Changelog: https://github.com/zaneschepke/wgtunnel/releases
|
||||
|
|
@ -281,7 +281,7 @@ Builds:
|
|||
- sed -i -e '/gitea.zaneschepke.com/d' ../settings.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^[\d.]+$
|
||||
UpdateCheckData: buildSrc/src/main/kotlin/Constants.kt|VERSION_CODE = (\d+)|.|VERSION_NAME
|
||||
= "(.+)"
|
||||
CurrentVersion: 3.3.9
|
||||
|
|
|
|||
Loading…
Reference in a new issue