fdroiddata/metadata/nf.frex.android.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

29 lines
585 B
YAML

Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://github.com/forman/frex
IssueTracker: https://github.com/forman/frex/issues
AutoName: Frex
Summary: Fractal viewer
Description: Generate unusual fractals such as Burning Ship and Odd Onion.
RepoType: git
Repo: https://github.com/forman/frex
Builds:
- versionName: 1.2.2
versionCode: 10
commit: 196d7c
rm:
- materials
- versionName: '1.3'
versionCode: 11
disable: not published
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.3'
CurrentVersionCode: 11