fdroiddata/metadata/im.r_c.android.jigsaw.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

27 lines
604 B
YAML

Categories:
- Games
License: MIT
WebSite: http://fir.im/jigsaw
SourceCode: https://github.com/richardchien/jigsaw-android
IssueTracker: https://github.com/richardchien/jigsaw-android/issues
AutoName: J Puzzle
Summary: Play a jigsaw puzzle game
Description: Assemble puzzle pieces to an image.
RepoType: git
Repo: https://github.com/richardchien/jigsaw-android
Builds:
- versionName: 1.0.0
versionCode: 2
commit: f5bd7e164b65a4484575fad2bfb1519a0372b77c
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.0
CurrentVersionCode: 2