mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Trireme for Deluge to 1.1.0 (15)
This commit is contained in:
parent
af5de685e8
commit
5cd64a3ddd
1 changed files with 10 additions and 2 deletions
|
|
@ -62,6 +62,14 @@ Build:1.0.3,11
|
||||||
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.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:
|
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.
|
||||||
|
|
@ -71,5 +79,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
|
||||||
Update Check Ignore:(alpha|beta|rc|RC|dev)
|
Update Check Ignore:(alpha|beta|rc|RC|dev)
|
||||||
Current Version:1.0.3
|
Current Version:1.1.0
|
||||||
Current Version Code:11
|
Current Version Code:15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue