fdroiddata/metadata/com.jmartin.temaki.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

37 lines
633 B
YAML

Categories:
- Writing
License: Apache-2.0
SourceCode: https://github.com/jeffxmn/temaki
IssueTracker: https://github.com/jeffxmn/temaki/issues
AutoName: Temaki
Summary: List maker
Description: Manage your lists.
RepoType: git
Repo: https://github.com/jeffxmn/temaki.git
Builds:
- versionName: '1.41'
versionCode: 11
commit: v1.41
gradle:
- yes
- versionName: '1.45'
versionCode: 12
commit: v1.45
gradle:
- yes
- versionName: '1.51'
versionCode: 15
commit: v1.51
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.51'
CurrentVersionCode: 15