fdroiddata/metadata/net.haltcondition.anode.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

27 lines
540 B
YAML

Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/tarka/Anode
IssueTracker: https://github.com/tarka/Anode/issues
AutoName: Anode
Summary: Internode usage widget
Description: |-
Widget to help you keep track of your mobile data usage with Internode, an
Australian ISP.
RepoType: git
Repo: https://github.com/tarka/Anode
Builds:
- versionName: '0.6'
versionCode: 7
commit: v0.6
rm:
- build.xml
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '0.6'
CurrentVersionCode: 7