fdroiddata/metadata/cz.romario.opensudoku.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

35 lines
967 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/romario333/opensudoku
IssueTracker: https://github.com/romario333/opensudoku/issues
AutoName: OpenSudoku
Summary: Sudoku game
Description: |-
'''Note:''' The developer marked this project as "no longer being actively
maintained" on 2016-04-06, so you should rather use it's succesor
[[org.moire.opensudoku]].
OpenSudoku is a simple sudoku game. It's designed to be controlled both by
finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty levels. More
puzzles can be downloaded from the web and it also allows you to enter your own.
RepoType: git
Repo: https://github.com/romario333/opensudoku
Builds:
- versionName: 1.1.4
versionCode: 1104
commit: '409'
- versionName: 1.1.5
versionCode: 1105
commit: '412'
subdir: OpenSudoku
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.1.5
CurrentVersionCode: 1105