Update LocalSend to 1.15.4 (543)

This commit is contained in:
F-Droid checkupdates bot 2024-08-20 15:00:09 +00:00
parent 42a683794e
commit 9c9a8d05ed

View file

@ -602,6 +602,82 @@ Builds:
- popd
- mv /tmp/build org.localsend.localsend_app
- versionName: 1.15.4
versionCode: 541
commit: fd8140b68813e968dc9253130a27abc1ff328fe5
subdir: app
submodules: true
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/localsend/localsend/releases/download/v%v/LocalSend-%v-android-x64.apk
rm:
- app/ios
- app/macos
- app/linux
- app/windows
- app/web
prebuild:
- cd ..
- scripts/remove_proprietary_dependencies.sh
- cd ..
- mv org.localsend.localsend_app /tmp/build
- pushd /tmp/build/app
- export PUB_CACHE=$(pwd)/.pub-cache
- ../submodules/flutter/bin/flutter config --no-analytics
- ../submodules/flutter/bin/flutter pub get
- popd
- mv /tmp/build org.localsend.localsend_app
scanignore:
- submodules/flutter/bin/cache
scandelete:
- app/.pub-cache
- submodules/flutter
build:
- cd ../..
- mv org.localsend.localsend_app /tmp/build
- pushd /tmp/build/app
- export PUB_CACHE=$(pwd)/.pub-cache
- ../submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
- popd
- mv /tmp/build org.localsend.localsend_app
- versionName: 1.15.4
versionCode: 543
commit: fd8140b68813e968dc9253130a27abc1ff328fe5
subdir: app
submodules: true
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/localsend/localsend/releases/download/v%v/LocalSend-%v-android-arm64v8.apk
rm:
- app/ios
- app/macos
- app/linux
- app/windows
- app/web
prebuild:
- cd ..
- scripts/remove_proprietary_dependencies.sh
- cd ..
- mv org.localsend.localsend_app /tmp/build
- pushd /tmp/build/app
- export PUB_CACHE=$(pwd)/.pub-cache
- ../submodules/flutter/bin/flutter config --no-analytics
- ../submodules/flutter/bin/flutter pub get
- popd
- mv /tmp/build org.localsend.localsend_app
scanignore:
- submodules/flutter/bin/cache
scandelete:
- app/.pub-cache
- submodules/flutter
build:
- cd ../..
- mv org.localsend.localsend_app /tmp/build
- pushd /tmp/build/app
- export PUB_CACHE=$(pwd)/.pub-cache
- ../submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- popd
- mv /tmp/build org.localsend.localsend_app
AllowedAPKSigningKeys: 3220c353a73cfbd0c2f3052471c445324cf452bcba26de1c473a52fe5c44e1d6
AutoUpdateMode: Version
@ -610,5 +686,5 @@ VercodeOperation:
- 10*%c+1
- 10*%c+3
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.15.3
CurrentVersionCode: 533
CurrentVersion: 1.15.4
CurrentVersionCode: 543