wireshark 1.8.4
Closes Homebrew/homebrew#16308. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e049103f35
commit
4c02ba0f95
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Wireshark < Formula
|
||||
homepage 'http://www.wireshark.org'
|
||||
url 'http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.8.3.tar.bz2'
|
||||
sha1 '3e1322eea5794c71de752b7923af9379bcc95299'
|
||||
url 'http://www.wireshark.org/download/src/wireshark-1.8.4.tar.bz2'
|
||||
sha1 '00265d9196f030848c78025f30556cd014be843d'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'gnutls' => :optional
|
||||
|
|
Loading…
Reference in a new issue