6c177c1fc3
!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 ```
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
WebSite: https://opensource.srlabs.de/projects/mobile-network-assessment-tools/wiki/GSMmap-apk
|
|
SourceCode: https://opensource.srlabs.de/projects/mobile-network-assessment-tools/repository/gsmmap-android
|
|
|
|
AutoName: GSMmap
|
|
Summary: GSM Security Mapper
|
|
Description: |-
|
|
The GSM Security Map at gsmmap.org compares the protection capabilities of
|
|
mobile networks. This app collects data and adds it to GSM Map. This application
|
|
currently only works on Samsung S2 and S3 devices and requires root priviliges
|
|
during the mobile network data capture.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://opensource.srlabs.de:/git/gsmmap-android.git
|
|
|
|
Builds:
|
|
- versionName: '1.01'
|
|
versionCode: 2
|
|
commit: 5f681b56
|
|
subdir: gsmmap
|
|
prebuild: rm -rf src/test
|
|
|
|
- versionName: '1.05'
|
|
versionCode: 10
|
|
commit: 790a7b9a2
|
|
subdir: gsmmap
|
|
prebuild: rm -rf src/test
|
|
|
|
- versionName: '1.06'
|
|
versionCode: 13
|
|
commit: 6c97deef6d89
|
|
subdir: gsmmap
|
|
prebuild: rm -rf src/test
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.06'
|
|
CurrentVersionCode: 13
|