homebrew-cask/Casks/bloodhound.rb

13 lines
454 B
Ruby

cask "bloodhound" do
version "4.0.1"
sha256 "ae2f9496b86befa082d8d2c4b714c1ace7399401356e1d9502b3a498d92f2bbc"
url "https://github.com/BloodHoundAD/BloodHound/releases/download/#{version}/BloodHound-darwin-x64.zip"
appcast "https://github.com/BloodHoundAD/BloodHound/releases.atom"
name "bloodhound"
desc "Six Degrees of Domain Admin"
homepage "https://github.com/BloodHoundAD/BloodHound"
app "BloodHound-darwin-x64/BloodHound.app"
end