aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStian Eikeland2014-10-09 11:24:08 +0200
committerMike McQuaid2014-10-09 11:26:00 +0100
commita9dbaef39adf145750f12c1ac14b7224efd5551a (patch)
treeb537d63c6d995f805008f21e297d42c9dca8f161 /Library
parentc1ad7e1fa67fb3fe59a64ed14e8fe97262bbc3b6 (diff)
downloadhomebrew-a9dbaef39adf145750f12c1ac14b7224efd5551a.tar.bz2
wireshark 1.12.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wireshark.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index bd18424ac..3c9d951f1 100644
--- a/Library/Formula/wireshark.rb
+++ b/Library/Formula/wireshark.rb
@@ -2,12 +2,11 @@ require "formula"
class Wireshark < Formula
homepage "http://www.wireshark.org"
- revision 1
stable do
- url "http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.0.tar.bz2"
- mirror "http://www.wireshark.org/download/src/all-versions/wireshark-1.12.0.tar.bz2"
- sha1 "c7a94a9ec90c1ff9be2a7d7b813276e433509df9"
+ url "http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.1.tar.bz2"
+ mirror "http://www.wireshark.org/download/src/all-versions/wireshark-1.12.1.tar.bz2"
+ sha1 "e1508ea25ccf077c5a7fa2af3b88f3ae199f77fb"
# 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