mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
* Add missing depends_on_formula 'unar' * Discussion: https://github.com/phinze/homebrew-cask/pull/4010
9 lines
303 B
Ruby
9 lines
303 B
Ruby
class Hashcat < Cask
|
|
url 'https://hashcat.net/files/hashcat-0.47.7z'
|
|
homepage 'https://hashcat.net/hashcat/'
|
|
version '0.47'
|
|
sha256 '239acb25b88d529314f2f98af0d6a66772e886c9efbb4ed2b94b7587c9a68455'
|
|
depends_on_formula 'unar'
|
|
|
|
binary 'hashcat-0.47/hashcat-cli64.app', :target => 'hashcat'
|
|
end
|