aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-04 12:23:53 +0100
committerMike McQuaid2014-06-04 12:24:15 +0100
commit6c963713bf8a93e59d633dcfd435ac2508f1309a (patch)
tree5adfe1afb47b77b9005d8c27c2584aa357b293eb /Library/Formula
parent142d06b3411049c8ddb47e3500e800f4795dfba1 (diff)
downloadhomebrew-6c963713bf8a93e59d633dcfd435ac2508f1309a.tar.bz2
wireshark: add 1.10.7 bottle.
Closes #29844. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wireshark.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index a00342692..2402a0198 100644
--- a/Library/Formula/wireshark.rb
+++ b/Library/Formula/wireshark.rb
@@ -13,6 +13,12 @@ class Wireshark < Formula
patch :DATA
end
+ bottle do
+ sha1 "a369364e5488f2fdd40c66e65017af3de53c39e7" => :mavericks
+ sha1 "bb51c82ed19df08f4543b99d99b19dd8f10477cd" => :mountain_lion
+ sha1 "475e3a49e60acb0b01f94a286f3adfe1dd61f1a7" => :lion
+ end
+
head do
url 'https://code.wireshark.org/review/wireshark', :using => :git