homebrew-cask/Casks/bloodhound.rb

13 lines
511 B
Ruby
Raw Normal View History

cask 'bloodhound' do
2016-10-15 05:03:24 +08:00
version '1.1'
sha256 '399ab1b17f68128cc5a2c143f3795ac74876fa48a117c284a09a7f5a196c6a8e'
url "https://github.com/adaptivethreat/BloodHound/releases/download/#{version}/BloodHound-darwin-x64.zip"
appcast 'https://github.com/adaptivethreat/BloodHound/releases.atom',
2016-10-15 07:08:18 +08:00
checkpoint: '09212808c04cbcb7d651570160c1140bc05c7791889ac1b49eab147e1c787eb3'
name 'bloodhound'
2016-10-15 05:03:24 +08:00
homepage 'https://github.com/adaptivethreat/BloodHound'
app 'BloodHound-darwin-x64/BloodHound.app'
end