Update Hamfisted to 0.3.5 (32)

This commit is contained in:
F-Droid checkupdates bot 2024-12-28 04:31:08 +00:00 committed by linsui
parent ff5b1d2d1a
commit e712e336f6

View file

@ -9,7 +9,7 @@ SourceCode: https://github.com/specht/hamfisted
IssueTracker: https://github.com/specht/hamfisted/issues
Donate: https://www.buymeacoffee.com/specht
AutoName: hamfisted
AutoName: Hamfisted
RepoType: git
Repo: https://github.com/specht/hamfisted
@ -63,8 +63,30 @@ Builds:
- submodules/flutter/bin/flutter pub run flutter_launcher_icons
- submodules/flutter/bin/flutter build apk --release
- versionName: 0.3.5
versionCode: 32
commit: f9f94e13436bb351c087a649dd9462eddcaacc10
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.29.3
rm:
- linux
- macos
- web
- windows
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter pub run flutter_launcher_icons
- $$flutter$$/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.1.4
CurrentVersionCode: 14
CurrentVersion: 0.3.5
CurrentVersionCode: 32