diff options
| author | Jesse Tan | 2014-11-20 15:49:01 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-20 15:11:40 +0000 |
| commit | 6446a5abd18037a25d847860b6d7e2bcc8c9b15b (patch) | |
| tree | 6be964640a2c9b7d5eee459e9e7f9fcf5bbff15a /Library | |
| parent | e6c6c84ac96d90a92a41b606ba86518e5c0e76da (diff) | |
| download | homebrew-6446a5abd18037a25d847860b6d7e2bcc8c9b15b.tar.bz2 | |
Wireshark 1.12.2
Closes #34343.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wireshark.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index e0058a0a0..51e3f641f 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/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" + url "http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.2.tar.bz2" + mirror "http://www.wireshark.org/download/src/all-versions/wireshark-1.12.2.tar.bz2" + sha1 "0598fe285725f97045d7d08e6bde04686044b335" # 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 |
