Update Trireme for Deluge to 1.0.2 (9)

This commit is contained in:
F-Droid Builder 2019-01-24 14:38:08 +00:00 committed by Ciaran Gultnieks
parent c238d0f221
commit 3319161e59

View file

@ -46,6 +46,15 @@ Build:0.9.1,7
build=$$flutter$$/bin/flutter config --no-analytics && \ build=$$flutter$$/bin/flutter config --no-analytics && \
$$flutter$$/bin/flutter build apk --flavor fdroid $$flutter$$/bin/flutter build apk --flavor fdroid
Build:1.0.2,9
commit=v1.0.2
output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs=flutter@v0.8.2
prebuild=sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml && \
sed -i '/repositories {/a google()' $$flutter$$/packages/flutter_tools/gradle/flutter.gradle
build=$$flutter$$/bin/flutter config --no-analytics && \
$$flutter$$/bin/flutter build apk --flavor fdroid
Maintainer Notes: Maintainer Notes:
Builds will fail when the srclib ref of flutter and the version with which Builds will fail when the srclib ref of flutter and the version with which
upstream has been built with differ. upstream has been built with differ.
@ -54,5 +63,5 @@ In that case we need to manually give the correct ref to srclib.
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.9.1 Current Version:1.0.2
Current Version Code:7 Current Version Code:9