fdroiddata/metadata/org.blockinger.game.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

53 lines
1.2 KiB
YAML

Categories:
- Games
License: GPL-3.0-or-later
SourceCode: https://github.com/vocollapse/Blockinger
IssueTracker: https://github.com/vocollapse/Blockinger/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H6VS9SNRHMJSS
AutoName: Blockinger
Summary: Tetris clone
Description: |-
Clone of the classic Tetris game for Android. Includes many levels of difficulty
and a clean, intuitive user interface.
RepoType: git
Repo: https://github.com/vocollapse/Blockinger
Builds:
- versionName: '1.0'
versionCode: 1
disable: non-free music v1.0
commit: unknown - see disabled
target: android-17
- versionName: 1.4.1
versionCode: 5
disable: non-free music v1.4.1
commit: unknown - see disabled
target: android-17
- versionName: 1.4.4
versionCode: 7
commit: v1.4.4-nomusic
target: android-17
- versionName: '1.5'
versionCode: 9
commit: v1.5-nomusic
target: android-17
- versionName: 1.8.1
versionCode: 13
commit: v1.8.1-nomusic
target: android-17
- versionName: 1.8.2
versionCode: 14
commit: v1.8.2-nomusic
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.8.2
CurrentVersionCode: 14