55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
Categories:
|
|
- Security
|
|
License: Apache-2.0
|
|
WebSite: https://authpass.app/
|
|
SourceCode: https://github.com/authpass/authpass
|
|
IssueTracker: https://github.com/authpass/authpass/issues
|
|
|
|
AutoName: AuthPass Password Manager
|
|
Description: |-
|
|
Easily and securely keep track of all your Passwords!
|
|
|
|
AuthPass is a stand alone password manager with support
|
|
for the popular Keepass (kdbx) format. Store your passwords,
|
|
share across all your devices and easily find them whenever you need to login.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/authpass/authpass
|
|
|
|
Builds:
|
|
- versionName: 1.1.0
|
|
versionCode: 6
|
|
commit: fdroid-v1.1.0
|
|
subdir: authpass
|
|
submodules: true
|
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
|
srclibs:
|
|
- flutter@v1.9.1+hotfix.2
|
|
rm:
|
|
- authpass/ios
|
|
- authpass/macos
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
|
|
|
- versionName: 1.2.1
|
|
versionCode: 113
|
|
commit: v1.2.1
|
|
subdir: authpass
|
|
submodules: true
|
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
|
srclibs:
|
|
- flutter@v1.9.1+hotfix.2
|
|
rm:
|
|
- authpass/ios
|
|
- authpass/macos
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: HTTP
|
|
UpdateCheckData: https://authpass.app/data/fdroid-version.txt|versionCode=(.*)|.|versionName=(.*)
|
|
CurrentVersion: 1.2.1
|
|
CurrentVersionCode: 113
|