fdroiddata/metadata/org.dpadgett.timer.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

37 lines
862 B
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/dpadgett/Timer
IssueTracker: https://github.com/dpadgett/Timer/issues
AutoName: Timer
Summary: Timer combo
Description: Stopwatch, countdown timer and world clock combined in a Holo-themed
interface
RepoType: git
Repo: https://github.com/dpadgett/Timer.git
Builds:
- versionName: '1.2'
versionCode: 2
commit: edbbc25a26
subdir: Timer
srclibs:
- 1:ActionBarSherlock@6e3f2bb5
prebuild: cp $$ActionBarSherlock$$/libs/android-support-v4.jar libs/
- versionName: '1.3'
versionCode: 7
commit: b2f30c7428c3
subdir: Timer
srclibs:
- 1:ActionBarSherlock@4.4.0
MaintainerNotes: Each release on its own branch, no tags and master has an old version.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.3'
CurrentVersionCode: 7