homebrew-cask-versions/Casks/hashcat.rb
Roland Walker 84da8f1d50 update hashcat.rb to use depends_on :formula
This is the only Cask with `depends_on_formula` in the main repo.
2014-09-11 10:53:09 -04:00

11 lines
309 B
Ruby

class Hashcat < Cask
version '0.47'
sha256 '239acb25b88d529314f2f98af0d6a66772e886c9efbb4ed2b94b7587c9a68455'
url 'https://hashcat.net/files/hashcat-0.47.7z'
homepage 'https://hashcat.net/hashcat/'
depends_on :formula => 'unar'
binary 'hashcat-0.47/hashcat-cli64.app', :target => 'hashcat'
end