fdroiddata/metadata/net.sf.crypt.gort.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

27 lines
668 B
YAML

Categories:
- Security
License: GPL-3.0-only
WebSite: http://barada.sourceforge.net
SourceCode: https://sourceforge.net/p/barada/gort
IssueTracker: https://sourceforge.net/p/barada/bugs/
AutoName: Gort
Summary: Two factor auth client for Barada
Description: |-
Gort is a companion software to the Barada (Barada Aint Respecting Any Deceptive
Adversaries) two factor auth module. Gort essentially turns your phone into a
SecureID token.
RepoType: git
Repo: https://git.code.sf.net/p/barada/gort
Builds:
- versionName: 1.0.5
versionCode: 8
commit: v1.0.5
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0.5
CurrentVersionCode: 8