prettyping: fix ipv6 support (#1724)
The BSD/OS X ping6 utility produces slightly different output than the GNU utility does. This patch has been pending upstream for a while but the project seems mostly unmaintained. Since this results in a broken experience on OS X including the patch here until it gets merged seems like a good way forward.
This commit is contained in:
parent
1a06a31092
commit
d13efa8bd5
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ class Prettyping < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/848211f/prettyping/ipv6.patch"
|
||||
sha256 "263113acb0c2c99d0fefe979ac450cf00361cb0283df21564958cc4c38e98aad"
|
||||
end
|
||||
|
||||
def install
|
||||
bin.install "prettyping"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue