mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Hamfisted to 0.3.5 (32)
This commit is contained in:
parent
ff5b1d2d1a
commit
e712e336f6
1 changed files with 25 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue