fdroiddata/metadata/org.bitbatzen.wlanscanner.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

30 lines
831 B
YAML

Categories:
- System
- Connectivity
- Security
License: GPL-3.0-only
WebSite: https://bitbucket.org/bitbatzen/wlanscanner
SourceCode: https://bitbucket.org/bitbatzen/wlanscanner/src
IssueTracker: https://bitbucket.org/bitbatzen/wlanscanner/issues
AutoName: WLANScanner
Summary: Analyse the WLAN access points in range
Description: |-
WLANScanner is a tool with several possibilities to analyse the WLAN access
points in range. Listview shows SSID, BSSID, supported cryptographic techniques,
channel and level. There are also diagram views for 2.4 GHz and 5 GHz band.
RepoType: hg
Repo: https://bitbucket.org/bitbatzen/wlanscanner
Builds:
- versionName: 1.0.1
versionCode: 1
commit: v1.0.1
target: android-19
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0.1
CurrentVersionCode: 1