Update Trireme for Deluge to 1.3.0 (20)

This commit is contained in:
F-Droid checkupdates bot 2020-09-26 04:41:21 +00:00
parent ae4a5dfa6a
commit 22eb05fb82

View file

@ -111,6 +111,17 @@ Builds:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
- versionName: 1.3.0
versionCode: 20
commit: v1.3.0
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
- flutter@v1.9.1+hotfix.6
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
MaintainerNotes: |-
Builds will fail when the srclib ref of flutter and the version with which
upstream has been built with differ.
@ -119,5 +130,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckIgnore: (alpha|beta|rc|RC|dev)
CurrentVersion: 1.3.0-beta
CurrentVersionCode: 19
CurrentVersion: 1.3.0
CurrentVersionCode: 20