From 34504e5ca07e3850063dca9496de24557f9f02dd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 12 Sep 2013 07:02:21 -0700 Subject: wireshark 1.10.2 Closes #22490. --- Library/Formula/wireshark.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index 427cfe86b..055f16f2e 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -2,15 +2,13 @@ require 'formula' class Wireshark < Formula homepage 'http://www.wireshark.org' - url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.0.tar.bz2' - mirror 'http://www.wireshark.org/download/src/wireshark-1.10.0.tar.bz2' - sha1 'c78a5d5e589edc8ebc702eb00a284ccbca7721bc' + url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.2.tar.bz2' + mirror 'http://www.wireshark.org/download/src/wireshark-1.10.2.tar.bz2' + sha1 '1f8f877f17dea23e1cf2bafeef0f71323df43521' head 'http://anonsvn.wireshark.org/wireshark/trunk/', :using => :svn if build.head? - # These are required on the HEAD build because the configure - # script doesn't live on the subversion repository. depends_on :autoconf depends_on :automake depends_on :libtool -- cgit v1.2.3