mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Misc checkupdate fixes
This commit is contained in:
parent
246c7fc970
commit
4a07c4fe9e
8 changed files with 9 additions and 13 deletions
|
|
@ -65,6 +65,5 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: 1.6.34
|
||||
CurrentVersionCode: 105
|
||||
|
|
|
|||
|
|
@ -35,10 +35,8 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: Disable AUM till upstream tags releases https://github.com/m3sv/PlainUPnP/issues/83
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: buildSrc/src/main/kotlin/dependencies.kt|versionCode = (\d+)|.|versionName
|
||||
= "([\d\.]+)"
|
||||
CurrentVersion: 2.7.0
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName '([\d.]+)'
|
||||
UpdateCheckName: de.metager.metagerapp
|
||||
CurrentVersion: 4.2.2
|
||||
CurrentVersionCode: 40202
|
||||
|
|
|
|||
|
|
@ -43,6 +43,6 @@ MaintainerNotes: |
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle|versionCode\s*(\d+)|.|versionName\s*"([\d.]+)"
|
||||
UpdateCheckName: net.opendasharchive.openarchive
|
||||
CurrentVersion: 0.2.3-RC-1
|
||||
CurrentVersionCode: 20321
|
||||
|
|
|
|||
|
|
@ -620,6 +620,6 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^4[\d.]+$
|
||||
UpdateCheckData: android4/app/build.gradle|versionCode\s*(\d+)|.|versionName\s*"([\d.]+)"
|
||||
UpdateCheckName: org.blokada
|
||||
CurrentVersion: 4.11.1
|
||||
CurrentVersionCode: 411000001
|
||||
|
|
|
|||
|
|
@ -89,6 +89,6 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/src/main/AndroidManifest.xml|android:versionCode="(\d+)"|.|android:versionName="([\d.]+)"
|
||||
UpdateCheckName: org.fdroid.fdroid.privileged
|
||||
CurrentVersion: 0.2.12
|
||||
CurrentVersionCode: 2120
|
||||
|
|
|
|||
|
|
@ -161,9 +161,8 @@ Builds:
|
|||
- sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;'
|
||||
src/main/res/values/bools.xml
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: org.transdroid.full
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s'([\d.]+)'
|
||||
CurrentVersion: 2.5.19
|
||||
CurrentVersionCode: 239
|
||||
|
|
|
|||
|
|
@ -187,8 +187,8 @@ Builds:
|
|||
|
||||
MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
UpdateCheckName: se.leap.bitmaskclient
|
||||
CurrentVersion: 1.0.9
|
||||
CurrentVersionCode: 155
|
||||
|
|
|
|||
Loading…
Reference in a new issue