wireshark: add 1.7.0 as the devel version
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3fe4280192
commit
b0ed94a966
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue