mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
321 B
Ruby
11 lines
321 B
Ruby
class Hashcat < Cask
|
|
version '0.47'
|
|
sha256 '239acb25b88d529314f2f98af0d6a66772e886c9efbb4ed2b94b7587c9a68455'
|
|
|
|
url "https://hashcat.net/files/hashcat-#{version}.7z"
|
|
homepage 'https://hashcat.net/hashcat/'
|
|
|
|
depends_on :formula => 'unar'
|
|
|
|
binary "hashcat-#{version}/hashcat-cli64.app", :target => 'hashcat'
|
|
end
|