Switch some UpdateCheckData to Tags

This commit is contained in:
Jochen Sprickerhof 2022-11-04 19:47:43 +01:00
parent 4d0576067b
commit bf17caa00d
No known key found for this signature in database
GPG key ID: 5BFFDCC258E69433
3 changed files with 6 additions and 6 deletions

View file

@ -261,7 +261,7 @@ MaintainerNotes: |-
Future versions, use cmake from sloppy 3.16 system wide AND install 3.18 from sdkmanager
AutoUpdateMode: None
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/opendocument-app/OpenDocument.droid/master/app/src/main/AndroidManifest.xml|versionCode="(\d+)|.|versionName="([\d.]+)
UpdateCheckMode: Tags
UpdateCheckData: app/src/main/AndroidManifest.xml|android:versionCode="(\d+)"|.|android:versionName="(.*)"
CurrentVersion: '3.22'
CurrentVersionCode: 175

View file

@ -160,7 +160,7 @@ Builds:
- export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
AutoUpdateMode: None
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/asksven/BetterBatteryStats/master/app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
UpdateCheckMode: Tags
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
CurrentVersion: '3.0'
CurrentVersionCode: 102

View file

@ -93,7 +93,7 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
AutoUpdateMode: None
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/www-chao-fun/chaofun-app/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.56.6
CurrentVersionCode: 314