mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Trireme for Deluge to 1.3.0 (20)
This commit is contained in:
parent
ae4a5dfa6a
commit
22eb05fb82
1 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue