fdroiddata/metadata/net.jaqpot.netcounter.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

26 lines
633 B
YAML

Categories:
- System
License: GPL-3.0-only
SourceCode: http://www.jaqpot.net/netcounter
AutoName: NetCounter
Summary: Bandwidth usage tracker
Description: |-
NetCounter keeps track of your bandwidth usage (both cell and Wi-Fi) and
displays it to you in an easy to read format. It can also alert you when you
reach a predefined limit.
RepoType: git-svn
Repo: http://www.jaqpot.net/svn/android/netcounter;trunk=trunk;tags=tags
Builds:
- versionName: 0.14.1
versionCode: 22
commit: release-0.14.1
target: android-4
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.14.1
CurrentVersionCode: 22