fdroiddata/metadata/com.nexes.manager.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

33 lines
826 B
YAML

Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/nexes/Android-File-Manager
IssueTracker: https://github.com/nexes/Android-File-Manager/issues
AutoName: Open Manager
Summary: A simple file browser and manager
Description: |-
A simple file browser and manager. Among other features it allows to perform a
backup to the SD card of all your downloaded (third party) applications.
RepoType: git
Repo: https://github.com/nexes/Android-File-Manager.git
Builds:
- versionName: 2.0.0
versionCode: 4
commit: f55ed171435570fa8d72
- versionName: 2.1.2
versionCode: 212
commit: 7bca6266be731085ac92
- versionName: 2.1.8
versionCode: 218
commit: edf793a782861ae31648
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.1.8
CurrentVersionCode: 218