Skip to content

Commit

Permalink
Merge pull request Homebrew#919 from srozzo/master
Browse files Browse the repository at this point in the history
Add Cask
  • Loading branch information
nanoxd committed Aug 14, 2013
2 parents 73a0351 + 29aff2e commit f94fb30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Casks/smart-git.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class SmartGit < Cask
url 'http://www.syntevo.com/download/smartgithg/smartgithg-macosx-4_6_2.dmg'
homepage 'http://www.syntevo.com/'
version '4.6.2'
sha1 'd63c9c378958146f7398d228d1ee072263386e46'
link 'SmartGitHg 4.6.app'
end
12 changes: 12 additions & 0 deletions Casks/wireshark.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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.*',
:files => %w(capinfos dftest dumpcap editcap mergecap randpkt
rawshark text2pcap tshark
wireshark).map { |file| '/usr/local/bin/' << file}
end

0 comments on commit f94fb30

Please sign in to comment.