Update Trireme for Deluge to 1.0.3 (11)
This commit is contained in:
parent
1453c96717
commit
62e86f5dc1
|
|
@ -54,6 +54,14 @@ Build:1.0.2,9
|
|||
build=$$flutter$$/bin/flutter config --no-analytics && \
|
||||
$$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
Build:1.0.3,11
|
||||
commit=v1.0.3
|
||||
output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs=flutter@v1.0.0
|
||||
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
|
||||
|
||||
Maintainer Notes:
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
|
|
@ -62,5 +70,5 @@ In that case we need to manually give the correct ref to srclib.
|
|||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.2
|
||||
Current Version Code:9
|
||||
Current Version:1.0.3
|
||||
Current Version Code:11
|
||||
|
|
|
|||
Loading…
Reference in a new issue