!5262 ```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 ```
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
Categories:
|
|
- Security
|
|
License: GPL-3.0-only
|
|
WebSite: http://passwordmaker.org
|
|
SourceCode: https://github.com/tasermonkey/android-passwordmaker
|
|
IssueTracker: https://github.com/tasermonkey/android-passwordmaker/issues
|
|
|
|
AutoName: PasswordMaker Pro
|
|
Summary: Password maker
|
|
Description: |-
|
|
PasswordMaker Pro creates unique, secure passwords that are very easy for you to
|
|
retrieve but no one else. Nothing is stored anywhere, anytime, so there's
|
|
nothing to be hacked, lost, or stolen. See [http://passwordmaker.org] for
|
|
details.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tasermonkey/android-passwordmaker.git
|
|
|
|
Builds:
|
|
- versionName: 1.1.7
|
|
versionCode: 7
|
|
commit: v1.1.7
|
|
subdir: PasswordMakerProForAndroid
|
|
prebuild: mv lib libs
|
|
target: android-10
|
|
|
|
- versionName: 1.1.10
|
|
versionCode: 10
|
|
commit: v1.1.10
|
|
subdir: PasswordMakerProForAndroid
|
|
prebuild: mv lib libs
|
|
target: android-10
|
|
|
|
- versionName: 1.1.11
|
|
versionCode: 11
|
|
commit: v1.1.11
|
|
subdir: PasswordMakerProForAndroid
|
|
prebuild: mv lib libs
|
|
target: android-10
|
|
|
|
MaintainerNotes: |-
|
|
gson 1.7.1 from https://code.google.com/p/google-gson was processed in this way:
|
|
https://sites.google.com/site/gson/gson-on-android to produce
|
|
tasermonkeys 1.7.1 and I can confirm the md5sums match ( using jarjar 1.2)
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags ^v[0-9.]+$
|
|
CurrentVersion: 1.1.11
|
|
CurrentVersionCode: 11
|