Update BlackHole to 1.15.2 (33)

This commit is contained in:
F-Droid checkupdates bot 2022-09-01 05:10:00 +00:00
parent e2dee720f1
commit 3b45dcd506

View file

@ -37,8 +37,29 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.15.2
versionCode: 33
commit: a7812c3c3872c90b253742392f91e65967834c23
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.0.4
rm:
- docs
- linux
- ios
- test
- windows
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.15.1
CurrentVersionCode: 32
CurrentVersion: 1.15.2
CurrentVersionCode: 33