fdroiddata/metadata/com.nolanlawson.keepscore.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

83 lines
1.9 KiB
YAML

Categories:
- Games
License: WTFPL
WebSite: https://nolanlawson.com/apps/#keepscore
SourceCode: https://github.com/nolanlawson/KeepScore
IssueTracker: https://github.com/nolanlawson/KeepScore/issues
AutoName: KeepScore
Summary: User-friendly score keeper
Description: Keep track of scores for any points-based game without pen and paper.
RepoType: git
Repo: https://github.com/nolanlawson/KeepScore.git
Builds:
- versionName: 1.1.4
versionCode: 15
commit: v1.1.4
subdir: KeepScore
- versionName: '1.2'
versionCode: 17
commit: v1.2
subdir: KeepScore
srclibs:
- ActionBarSherlock@4.1.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
project.properties
- versionName: 1.2.3
versionCode: 20
commit: v1.2.3
subdir: KeepScore
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
project.properties
- versionName: 1.2.4
versionCode: 21
commit: v1.2.4
subdir: KeepScore
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
project.properties
- versionName: 1.2.6
versionCode: 23
commit: v1.2.6
subdir: KeepScore
srclibs:
- 1:ActionBarSherlock@4.2.0
- versionName: 1.3.1
versionCode: 25
commit: v1.3.1
subdir: KeepScore
srclibs:
- 1:ActionBarSherlock@4.2.0
- 2:Color-Picker-2@0e34279ed520
- versionName: 1.4.0
versionCode: 26
commit: v1.4.0
subdir: KeepScore
srclibs:
- 1:ActionBarSherlock@4.2.0
- 2:Color-Picker-2@0e34279ed520
- versionName: 1.5.1
versionCode: 28
commit: v1.5.1
subdir: KeepScore
srclibs:
- 1:ActionBarSherlock@4.2.0
- 2:Color-Picker-2@0e34279ed520
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.5.1
CurrentVersionCode: 28