aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wireshark.rb
diff options
context:
space:
mode:
authorasaph2014-05-05 14:30:44 -0700
committerJack Nagel2014-05-05 21:32:28 -0500
commit7e09e6ebcca04c52ef329cf8353e6498cfa81cd4 (patch)
tree52a7882d70b5b31c738484e34a320cbfe43188a0 /Library/Formula/wireshark.rb
parent4003cf6e4a6aa24ada9d4f3a9a8b533fdf6deb18 (diff)
downloadhomebrew-7e09e6ebcca04c52ef329cf8353e6498cfa81cd4.tar.bz2
wireshark 1.10.7 and --devel 1.11.3
Closes #28986. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/wireshark.rb')
-rw-r--r--Library/Formula/wireshark.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index e5bd905ed..8bda045fa 100644
--- a/Library/Formula/wireshark.rb
+++ b/Library/Formula/wireshark.rb
@@ -4,9 +4,9 @@ class Wireshark < Formula
homepage 'http://www.wireshark.org'
stable do
- url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.6.tar.bz2'
- mirror 'http://www.wireshark.org/download/src/wireshark-1.10.6.tar.bz2'
- sha1 '081a2daf85e3257d7a2699e84a330712e3e5b9bb'
+ url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.7.tar.bz2'
+ mirror 'http://www.wireshark.org/download/src/wireshark-1.10.7.tar.bz2'
+ sha1 '5e5ce4fdc9aa53e545fc0fbd22eea6adcf7dfc0b'
# Removes SDK checks that prevent the build from working on CLT-only systems
# Reported upstream: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9290
@@ -22,8 +22,8 @@ class Wireshark < Formula
end
devel do
- url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.11.2.tar.bz2'
- sha1 'af2b03338819b300f621048398b49403675db49c'
+ url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.11.3.tar.bz2'
+ sha1 '7e1c6b107c178016d51c9061ef3f40efbc47a040'
end
option 'with-qt', 'Use QT for GUI instead of GTK+'