fdroiddata/metadata/com.ginkel.hashit.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

39 lines
952 B
YAML

Categories:
- Security
License: GPL-3.0-only
WebSite: https://android.ginkel.com
SourceCode: https://github.com/ginkel/hashit
IssueTracker: https://github.com/ginkel/hashit/issues
AutoName: Hash It!
Summary: Use strong passwords
Description: |-
Makes passwords based on a combination of the website address and a master key
so that every password is different. Using the share menu, the app either
creates or retrieves the password.
Compatible with the
[https://addons.mozilla.org/en-US/firefox/addon/password-hasher Password Hasher]
Firefox extension (licensed under MPL1.1)
RepoType: git
Repo: https://github.com/ginkel/hashit.git
Builds:
- versionName: 1.7.1
versionCode: 24
commit: v1.7.1
prebuild: mv lib/ libs/
- versionName: 1.7.2
versionCode: 25
commit: v1.7.2
maven: 'yes'
rm:
- lib/*
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.7.2
CurrentVersionCode: 25