fdroiddata/metadata/com.unitedcoders.android.gpodroid.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

29 lines
701 B
YAML

Disabled: Stopped being distributed elsewhere
Categories:
- Multimedia
License: EPL-1.0
WebSite: http://united-coders.com/gpodroid
SourceCode: https://github.com/gpodder/GpodRoid
IssueTracker: https://github.com/gpodder/GpodRoid/issues
AutoName: GpodRoid
Summary: Podcasting client
Description: |-
At gpodder.net you can manage your podcast subscriptions easily. This app can
connect to you account to serve you podcasts
RepoType: git
Repo: https://github.com/gpodder/GpodRoid.git
Builds:
- versionName: 0.4.7
versionCode: 12
commit: 0.4.7
prebuild: mv jars libs
target: android-7
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.4.7
CurrentVersionCode: 12