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 ```
31 lines
757 B
YAML
31 lines
757 B
YAML
Categories:
|
|
- Internet
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/kost/external-ip
|
|
IssueTracker: https://github.com/kost/external-ip/issues
|
|
Changelog: https://github.com/kost/external-ip#changes
|
|
FlattrID: '4449128'
|
|
Bitcoin: 1KbtLnxp6mhkGznFNZZQdcaCUQHmrTtLm4
|
|
Litecoin: LfWH3KchBMKdXSfbUXy4iDB3Drgcq3TjH3
|
|
|
|
AutoName: External IP
|
|
Summary: Display your IP addresses
|
|
Description: |-
|
|
Simple application to display IP addresses of interface and your internet IP
|
|
address.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/kost/external-ip.git
|
|
|
|
Builds:
|
|
- versionName: '2.3'
|
|
versionCode: 7
|
|
commit: ddc4018d9e
|
|
target: android-8
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '2.3'
|
|
CurrentVersionCode: 7
|