fdroiddata/metadata/org.quovadit.apps.andof.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

50 lines
922 B
YAML

Categories:
- Multimedia
License: GPL-3.0-only
WebSite: http://andof.quovadit.org
SourceCode: https://sourceforge.net/p/andof/code
IssueTracker: https://sourceforge.net/p/andof/tickets
AutoName: anDOF
Summary: Calculate DOF for photography
Description: Simple app to calculate depth of field
RepoType: git
Repo: https://git.code.sf.net/p/andof/code
Builds:
- versionName: '1.3'
versionCode: 9
commit: v1.3
target: android-17
- versionName: '1.4'
versionCode: 10
commit: v1.4
target: android-18
- versionName: '1.5'
versionCode: 14
commit: v1.5
- versionName: '2.0'
versionCode: 18
commit: v2.0
- versionName: '2.1'
versionCode: 19
commit: v2.1
- versionName: '2.2'
versionCode: 20
commit: v2.2
- versionName: '2.3'
versionCode: 21
commit: v2.3
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '2.3'
CurrentVersionCode: 21