fdroiddata/metadata/com.naman14.stools.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

35 lines
808 B
YAML

Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/naman14/S-Tools
IssueTracker: https://github.com/naman14/S-Tools/issues
AutoName: S Tools+
Summary: Collection of system tools
Description: |-
Keep track of your CPU frequency, sensors and device information. The collection
includes additional tools like a colorpicker and a compass.
RepoType: git
Repo: https://github.com/naman14/S-Tools
Builds:
- versionName: '3.1'
versionCode: 10
commit: 4db105250f1a9d88e3f8b2762e8f101dec7107a9
subdir: app
gradle:
- yes
- versionName: '3.2'
versionCode: 11
commit: 06e2a7a79120f1d07aa503e3ec8e46db5c363c81
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '3.2'
CurrentVersionCode: 11