Update Trireme for Deluge to 1.1.0 (15)
This commit is contained in:
parent
af5de685e8
commit
5cd64a3ddd
|
@ -62,6 +62,14 @@ Build:1.0.3,11
|
|||
build=$$flutter$$/bin/flutter config --no-analytics && \
|
||||
$$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
Build:1.1.0,15
|
||||
commit=v1.1.0
|
||||
output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs=flutter@v1.1.8
|
||||
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.
|
||||
|
@ -71,5 +79,5 @@ In that case we need to manually give the correct ref to srclib.
|
|||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Update Check Ignore:(alpha|beta|rc|RC|dev)
|
||||
Current Version:1.0.3
|
||||
Current Version Code:11
|
||||
Current Version:1.1.0
|
||||
Current Version Code:15
|
||||
|
|
Loading…
Reference in a new issue