diff options
| author | Richo Healey | 2014-08-02 14:59:11 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-08-02 21:03:26 -0500 |
| commit | 12930a3a531a649e62b3d1ba4ff8b17c6fcc1da7 (patch) | |
| tree | 9ed4cc67afad6964af6fcae43245b8dc5f98853d /Library | |
| parent | d01fe63a3144b9f93734036a766b1b204bcfe70d (diff) | |
| download | homebrew-12930a3a531a649e62b3d1ba4ff8b17c6fcc1da7.tar.bz2 | |
wireshark: 1.12.0
Removes devel, 1.12.0 is now stable
Closes #31307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wireshark.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index bf3c74711..16a916ae4 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/all-versions/wireshark-1.10.9.tar.bz2" - mirror "http://www.wireshark.org/download/src/all-versions/wireshark-1.10.9.tar.bz2" - sha1 "902b0eb6f3e007c9ffcf6f76c02403bd90319f96" + url "http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.0.tar.bz2" + mirror "http://www.wireshark.org/download/src/all-versions/wireshark-1.12.0.tar.bz2" + sha1 "c7a94a9ec90c1ff9be2a7d7b813276e433509df9" # 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 @@ -27,11 +27,6 @@ class Wireshark < Formula depends_on "libtool" => :build end - devel do - url "http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.0.tar.bz2" - sha1 "c7a94a9ec90c1ff9be2a7d7b813276e433509df9" - end - option "with-qt", "Use QT for GUI instead of GTK+3" option "with-headers", "Install Wireshark library headers for plug-in developemnt" |
