aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wireshark.rb
diff options
context:
space:
mode:
authorFelix Itzenplitz2014-06-17 19:12:30 +0200
committerJack Nagel2014-06-17 15:52:09 -0500
commitc9cfd16b7fa3c540392e65a90450d9b969b4cbe4 (patch)
treecd1973944ffd4235be88d52f627ef3109ba9fef1 /Library/Formula/wireshark.rb
parentab32223bb41c308ac0ae823a48adaa03589d6a3c (diff)
downloadhomebrew-c9cfd16b7fa3c540392e65a90450d9b969b4cbe4.tar.bz2
wireshark 1.10.8, devel 1.12.0-rc2
Closes #30225. Closes #30240. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/wireshark.rb')
-rw-r--r--Library/Formula/wireshark.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index 2402a0198..5ef3e0660 100644
--- a/Library/Formula/wireshark.rb
+++ b/Library/Formula/wireshark.rb
@@ -4,9 +4,9 @@ class Wireshark < Formula
homepage 'http://www.wireshark.org'
stable do
- url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.7.tar.bz2'
- mirror 'http://www.wireshark.org/download/src/wireshark-1.10.7.tar.bz2'
- sha1 '5e5ce4fdc9aa53e545fc0fbd22eea6adcf7dfc0b'
+ url 'http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.10.8.tar.bz2'
+ mirror 'http://www.wireshark.org/download/src/all-versions/wireshark-1.10.8.tar.bz2'
+ sha1 'aa6067ce91637506504c8b954caf75ac98742152'
# 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
@@ -28,8 +28,9 @@ class Wireshark < Formula
end
devel do
- url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.11.3.tar.bz2'
- sha1 '7e1c6b107c178016d51c9061ef3f40efbc47a040'
+ url 'http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.0-rc2.tar.bz2'
+ sha1 '612856683bfe4f38fb74ef015c249c450d3a9b0d'
+ version '1.12.0-rc2'
end
option 'with-qt', 'Use QT for GUI instead of GTK+3'