aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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+'