From 47c2890fd78f836d01d8009dc234e4c51463d54f Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Fri, 5 Sep 2014 15:29:29 +0800 Subject: [PATCH] Format Wireshark Dev --- Casks/wireshark-dev.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/wireshark-dev.rb b/Casks/wireshark-dev.rb index 846b62b5a..20f5225b4 100644 --- a/Casks/wireshark-dev.rb +++ b/Casks/wireshark-dev.rb @@ -1,8 +1,10 @@ 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' + + url 'http://www.wireshark.org/download/osx/Wireshark%201.11.3%20Intel%2064.dmg' + homepage 'http://www.wireshark.org' + install 'Wireshark 1.11.3 Intel 64.pkg' uninstall :pkgutil => 'org.wireshark.*' end