Browse Source

Merge pull request #239 from eugenesan/wireshark

add wireshark development (Qt) release
master
Fernando Paredes 11 years ago
parent
commit
bc0c2f7bb5
  1. 8
      Casks/wireshark-dev.rb

8
Casks/wireshark-dev.rb

@ -0,0 +1,8 @@
class WiresharkDev < Cask
url 'http://www.wireshark.org/download/osx/Wireshark%201.11.3%20Intel%2064.dmg'
homepage 'http://www.wireshark.org'
version '1.11.3'
sha256 '6a7acafd344b4db8073e94dbb16c34a7e89ab1ed419011a73e2f64370e0bf8e4'
install 'Wireshark 1.11.3 Intel 64.pkg'
uninstall :pkgutil => 'org.wireshark.*'
end
Loading…
Cancel
Save