fdroiddata/metadata/net.healeys.lexic.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

28 lines
674 B
YAML

Categories:
- Games
License: GPL-3.0-only
WebSite: http://lexic-games.com
SourceCode: https://archive.softwareheritage.org/browse/origin/https://lexic.googlecode.com/hg//directory/
Summary: Word Game
Description: |-
A word game where you have 3 minutes to find as many words as possible on a grid
of random letters.
Builds:
- versionName: 0.8.1
versionCode: 41
commit: 5ffa6d7ee6a4
subdir: trunk
target: android-8
- versionName: 0.8.1
versionCode: 42
disable: Market version code different but same version
commit: unknown - see disabled
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 0.8.1
CurrentVersionCode: 41