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 ```
35 lines
971 B
YAML
35 lines
971 B
YAML
AntiFeatures:
|
|
- UpstreamNonFree
|
|
Categories:
|
|
- Internet
|
|
License: Apache-2.0
|
|
WebSite: http://softgearko.blogspot.com
|
|
SourceCode: https://github.com/softgearko/MultiPing-for-Android
|
|
IssueTracker: https://github.com/softgearko/MultiPing-for-Android/issues
|
|
|
|
AutoName: MultiPing
|
|
Summary: Ping multiple websites at once
|
|
Description: |-
|
|
Ping up to 12 hostnames or IP addresses at once to check for connectivity. If
|
|
ICMP is blocked, it tries to connect to default HTTP port 80 and the TCP echo
|
|
port. A delay can be set, too.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/softgearko/MultiPing-for-Android.git
|
|
|
|
Builds:
|
|
- versionName: '0.11'
|
|
versionCode: 11
|
|
commit: de335d
|
|
rm:
|
|
- res/values/attrs.xml
|
|
- libs/admob-sdk-android.jar
|
|
prebuild:
|
|
- sed -i '47,53d' res/layout/main.xml
|
|
- sed -i '5s/3/4/g;7s/true/false/g' AndroidManifest.xml
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.11'
|
|
CurrentVersionCode: 11
|