wireshark 1.10.7 and --devel 1.11.3

Closes Homebrew/homebrew#28986.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
asaph 2014-05-05 14:30:44 -07:00 committed by Jack Nagel
parent 88da59f4e1
commit 4526f79ee0

View file

@ -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+'