Skip to content

Commit

Permalink
Merge pull request #6140 from rolandwalker/hashcat_depends_on
Browse files Browse the repository at this point in the history
update hashcat.rb to use depends_on :formula
  • Loading branch information
rolandwalker committed Sep 12, 2014
2 parents bc10676 + 84da8f1 commit 6fee313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/hashcat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Hashcat < Cask
url 'https://hashcat.net/files/hashcat-0.47.7z'
homepage 'https://hashcat.net/hashcat/'

depends_on_formula 'unar'
depends_on :formula => 'unar'

binary 'hashcat-0.47/hashcat-cli64.app', :target => 'hashcat'
end

0 comments on commit 6fee313

Please sign in to comment.