Skip to content

Commit

Permalink
wireshark 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Nov 6, 2013
1 parent 0348e94 commit 066900a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Formula/wireshark.rb
Expand Up @@ -2,9 +2,9 @@

class Wireshark < Formula
homepage 'http://www.wireshark.org'
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'
url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.3.tar.bz2'
mirror 'http://www.wireshark.org/download/src/wireshark-1.10.3.tar.bz2'
sha1 '58b02d6c2f1ae086a6ec46289d1eea0cc4343309'

head do
url 'http://anonsvn.wireshark.org/wireshark/trunk/', :using => :svn
Expand Down Expand Up @@ -38,10 +38,6 @@ class Wireshark < Formula

def patches
{
# This header has an enum with values already defined as
# as macros in /usr/include/sys/dirent.h
# Fixed upstream, should be in the next release.
:p0 => 'https://trac.macports.org/export/112336/trunk/dports/net/wireshark/files/patch-epan-dissectors-packet-gluster.h.diff',
# 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
:p1 => DATA
Expand Down

0 comments on commit 066900a

Please sign in to comment.