homebrew-cask/Casks/wireshark.rb

12 lines
500 B
Ruby
Raw Normal View History

2013-08-15 01:03:43 +08:00
class Wireshark < Cask
2014-01-05 13:13:27 +08:00
url 'https://2.na.dl.wireshark.org/osx/Wireshark%201.10.5%20Intel%2064.dmg'
2013-08-15 01:03:43 +08:00
homepage 'http://www.wireshark.org'
2014-01-05 13:13:27 +08:00
version '1.10.5'
sha1 '59c496f52437ce0d2b836abbf546191f50345c8e'
install 'Wireshark 1.10.5 Intel 64.pkg'
2013-08-15 05:07:32 +08:00
uninstall :pkgutil => 'org.wireshark.*',
:files => %w(capinfos dftest dumpcap editcap mergecap randpkt
rawshark text2pcap tshark
wireshark).map { |file| '/usr/local/bin/' << file}
2013-08-15 01:03:43 +08:00
end