mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
A new hashcat release is available: 0.48. Also, the current formula is broken. The sha256 for hashcat-0.47.7z has changed.
12 lines
340 B
Ruby
12 lines
340 B
Ruby
class Hashcat < Cask
|
|
version '0.48'
|
|
sha256 '39fee1757b33b3e7232ce3797f0be024fa784dbbd0939b475b5b1ea7462cec5e'
|
|
|
|
url "https://hashcat.net/files/hashcat-#{version}.7z"
|
|
homepage 'https://hashcat.net/hashcat/'
|
|
license :unknown
|
|
|
|
depends_on :formula => 'unar'
|
|
|
|
binary "hashcat-#{version}/hashcat-cli64.app", :target => 'hashcat'
|
|
end
|