fdroiddata/metadata/com.brillenheini.deepscratch.free.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

23 lines
508 B
YAML

Categories:
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/brillenheini/DeepScratch
IssueTracker: https://github.com/brillenheini/DeepScratch/issues
AutoName: Deep Scratch
Summary: Scratch audio samples
Description: Simple DJ-like scratching of audio samples.
RepoType: git
Repo: https://github.com/brillenheini/DeepScratch
Builds:
- versionName: '1.2'
versionCode: 3
commit: '1.2'
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 3