fdroiddata/metadata/de.hechler.andfish.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

26 lines
586 B
YAML

Categories:
- Games
License: Apache-2.0
SourceCode: https://svn.code.sf.net/p/feri/svn/trunk/AndFish
AutoName: AndroFish
Summary: Simple game
Description: Guide your fish to eat the other fish and grow bigger.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/feri/svn/trunk/AndFish
Builds:
- versionName: '1.3'
versionCode: 20
commit: e4ed2deb224729b97aa64d601451725e77b01f04
- versionName: 1.3.1
versionCode: 21
commit: 1ec90ba52e829e294472806f7ba7a949c8b94bed
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.3.1
CurrentVersionCode: 21