fdroiddata/metadata/com.selbie.wrek.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

40 lines
1,020 B
YAML

Categories:
- Multimedia
- Internet
License: Apache-2.0
WebSite: https://www.wrek.org
SourceCode: https://github.com/jselbie/wrekonline
IssueTracker: https://github.com/jselbie/wrekonline/issues
AutoName: WREK Online
Summary: Listen to WREK Atlanta 91.1 FM
Description: |-
Listen to WREK Atlanta 91.1 FM, the entirely student managed, operated, and
engineered radio station of Georgia Tech. The app supports background playback
of both the live streams in addition to acrhived recordings from the past week
of specialty shows.
RepoType: git
Repo: https://github.com/jselbie/wrekonline
Builds:
- versionName: '1.09'
versionCode: 9
commit: eb43fd3d25b002f28637d92cc3d1ba3073cf5896
srclibs:
- 1:UrlImageViewHelper@urlimageviewhelper-1.0.1
rm:
- libs/*
- versionName: '1.12'
versionCode: 12
disable: urlimageviehelper jar
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.12'
CurrentVersionCode: 12