diff options
| author | Roch Delsalle | 2013-05-23 12:37:51 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-05-23 10:12:05 -0500 |
| commit | 6e46781ee4a17884ea9b0e9a2e274e65e0583960 (patch) | |
| tree | 4a8538fdc951b51725a030cfb283c4eeee45e53f /Library | |
| parent | 13e11649e0170d46025a81c38b30ad2a9beb9166 (diff) | |
| download | homebrew-6e46781ee4a17884ea9b0e9a2e274e65e0583960.tar.bz2 | |
wireshark 1.8.7
Closes #20011.
Closes #20012.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wireshark.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index 8928be372..cb2bd596f 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -2,8 +2,8 @@ require 'formula' class Wireshark < Formula homepage 'http://www.wireshark.org' - url 'http://www.wireshark.org/download/src/wireshark-1.8.6.tar.bz2' - sha1 '0f51ed901b5e07cceb1373f3368f739be8f1e827' + url 'http://www.wireshark.org/download/src/wireshark-1.8.7.tar.bz2' + sha1 'c131ce10555e608e691aa36190c8d5a1b271c955' option 'with-x', 'Include X11 support' option 'with-python', 'Enable experimental Python bindings' |
