fdroiddata/metadata/de.cwde.freeshisen.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

62 lines
1.5 KiB
YAML

Categories:
- Games
License: GPL-2.0-only
SourceCode: https://github.com/knilch0r/freeshisen
IssueTracker: https://github.com/knilch0r/freeshisen/issues
AutoName: FreeShisen
Summary: Shisen-Sho game
Description: |-
Shisen-Sho is a Japanese tile-based game which uses Mahjong tiles. The objective
is to match similar tiles in pairs until every tile has been removed.
RepoType: git
Repo: https://github.com/knilch0r/freeshisen
Builds:
- versionName: '0.3'
versionCode: 7
commit: b4f0ce3614b2
- versionName: '0.5'
versionCode: 9
commit: 78687484bc4540b5
- versionName: 0.6rc1
versionCode: 10
commit: 269ac2820ad142a9ed65d99585e2334a1d6c1f21
subdir: app
gradle:
- yes
- versionName: 0.6.1
versionCode: 13
commit: c2baf6af369c0eef385ae99f17af90598687dc81
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g'
build.gradle
- versionName: 0.6.2
versionCode: 14
commit: 81e02ce072adf559f732dc701816f1a4deb383d6
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g'
build.gradle
- versionName: 0.6.4
versionCode: 16
commit: 6d51b271ed1fcc923c813eab008b498e987c3f86
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.6.6
CurrentVersionCode: 18