fdroiddata/metadata/com.frankcalise.h2droid.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

25 lines
595 B
YAML

Categories:
- Sports & Health
License: Apache-2.0
SourceCode: https://code.google.com/p/h2droid/source
AutoName: Hydrate
Summary: Set targets for water intake
Description: Keep up with your daily water intake goals.
RepoType: git-svn
Repo: https://h2droid.googlecode.com/svn;trunk=trunk;tags=tags
Builds:
- versionName: '1.5'
versionCode: 10
commit: release-1.5
prebuild: sed -i '12s/true/false/g' AndroidManifest.xml
MaintainerNotes: Beware the stupid sed in prebuild when updating.
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.5'
CurrentVersionCode: 10