aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-06-03 23:00:47 -0500
committerJack Nagel2012-06-03 23:01:47 -0500
commita1c39a31a39be966d39ce4cbfe51bdbdf77e654d (patch)
treee4e048d65e54653509375781a8ea86ced529ae23
parent6a67066a4d3fad1214f8acecc870e8d6636ca6d5 (diff)
downloadhomebrew-a1c39a31a39be966d39ce4cbfe51bdbdf77e654d.tar.bz2
wireshark 1.6.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/wireshark.rb26
1 files changed, 13 insertions, 13 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index 8a004bb2c..31140f7dd 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://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.6.7.tar.bz2'
- sha1 '392c4f35cd8d16287ba9eba3afec226fcadd9746'
+ url 'http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.6.8.tar.bz2'
+ sha1 'fb79058c66944581b822e4d8370848f953cfc9d4'
devel do
url 'http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.7.1.tar.bz2'
@@ -42,20 +42,20 @@ class Wireshark < Formula
end
def caveats; <<-EOS.undent
- If your list of available capture interfaces is empty
- (default OS X behavior), try the following commands:
+ If your list of available capture interfaces is empty
+ (default OS X behavior), try the following commands:
- wget https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3373 -O ChmodBPF.tar.gz
- tar zxvf ChmodBPF.tar.gz
- open ChmodBPF/Install\\ ChmodBPF.app
+ curl https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3373 -o ChmodBPF.tar.gz
+ tar zxvf ChmodBPF.tar.gz
+ open ChmodBPF/Install\\ ChmodBPF.app
- This adds a launch daemon that changes the permissions of your BPF
- devices so that all users in the 'admin' group - all users with
- 'Allow user to administer this computer' turned on - have both read
- and write access to those devices.
+ This adds a launch daemon that changes the permissions of your BPF
+ devices so that all users in the 'admin' group - all users with
+ 'Allow user to administer this computer' turned on - have both read
+ and write access to those devices.
- See bug report:
- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3760
+ See bug report:
+ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3760
EOS
end
end