fdroiddata/metadata/com.xenris.liquidwarsos.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

34 lines
835 B
YAML

Categories:
- Games
License: GPL-3.0-or-later
SourceCode: https://github.com/xenris/liquid-wars-android
IssueTracker: https://github.com/xenris/liquid-wars-android/issues
AutoName: Liquid Wars OS
Summary: Liquid War game remake
Description: |-
Liquid Wars is a complete rewrite and redesign of the original game
[http://www.ufoot.org/liquidwar/ Liquid War], but has been designed for the
Android operating system.
RepoType: git
Repo: https://github.com/xenris/liquid-wars-android.git
Builds:
- versionName: '1.41'
versionCode: 10
commit: 58b0fc41c261b91aace1f
buildjni:
- yes
- versionName: '1.42'
versionCode: 11
commit: de466e4302d5a7824cccb0c8b9c8afa685562d60
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.42'
CurrentVersionCode: 11