Skip to content

Commit

Permalink
added cask for wireshark
Browse files Browse the repository at this point in the history
  • Loading branch information
srozzo committed Aug 14, 2013
1 parent 696ae60 commit 40133a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Casks/wireshark.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class Wireshark < Cask
url 'http://wiresharkdownloads.riverbed.com/wireshark/osx/Wireshark%201.10.1%20Intel%2064.dmg'
homepage 'http://www.wireshark.org'
version '1.10.1'
sha1 '428f974cc5c71cced647d42a1d7997ba5cb49c3a'
link :none
install 'Wireshark 1.10.1 Intel 64.pkg'
uninstall :pkgutil => 'org.wireshark.*'
end

0 comments on commit 40133a9

Please sign in to comment.