aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wireshark.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index b17ab8a0b..6eb10462c 100644
--- a/Library/Formula/wireshark.rb
+++ b/Library/Formula/wireshark.rb
@@ -5,6 +5,11 @@ class Wireshark < Formula
md5 '794948a10d387fc8e37d824ea11dbac9'
homepage 'http://www.wireshark.org'
+ devel do
+ url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.7.0.tar.bz2'
+ md5 'c9f646a15fed6e31c4aa88322b8cce2a'
+ end
+
depends_on 'gnutls' => :optional
depends_on 'pcre' => :optional
depends_on 'glib'