Update Clima to 3.3.0 (203)

This commit is contained in:
F-Droid checkupdates bot 2024-05-21 04:00:16 +00:00
parent f3ebc4ddff
commit f9631e98a0

View file

@ -531,6 +531,60 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64
- versionName: 3.3.0
versionCode: 201
commit: be1edbc40e5e0fc76f7cb9a992272c901b0bd6e2
submodules: true
output: build/app/outputs/flutter-apk/app-*-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-x64
- versionName: 3.3.0
versionCode: 202
commit: be1edbc40e5e0fc76f7cb9a992272c901b0bd6e2
submodules: true
output: build/app/outputs/flutter-apk/app-*-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm
- versionName: 3.3.0
versionCode: 203
commit: be1edbc40e5e0fc76f7cb9a992272c901b0bd6e2
submodules: true
output: build/app/outputs/flutter-apk/app-*-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64
MaintainerNotes: all sources are CC-BY, so this is not NonFreeNet but rather TetheredNet
AutoUpdateMode: Version
@ -540,5 +594,5 @@ VercodeOperation:
- '%c * 10 + 2'
- '%c * 10 + 3'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 3.2.2
CurrentVersionCode: 193
CurrentVersion: 3.3.0
CurrentVersionCode: 203