homebrew-cask/Casks/bloodhound.rb

13 lines
511 B
Ruby
Raw Normal View History

cask 'bloodhound' do
2017-01-25 07:12:33 +08:00
version '1.2'
sha256 '3873ae845a8ffefa3578142e2e264b6e8f510ca59be94c768b7d519d4b978828'
2016-10-15 05:03:24 +08:00
url "https://github.com/adaptivethreat/BloodHound/releases/download/#{version}/BloodHound-darwin-x64.zip"
appcast 'https://github.com/adaptivethreat/BloodHound/releases.atom',
2017-01-25 07:12:33 +08:00
checkpoint: '4c88fc90e6cf817a74f951f3a60fabd94ac19602348086b0bf72a070b1894eae'
2016-10-15 07:08:18 +08:00
name 'bloodhound'
2016-10-15 05:03:24 +08:00
homepage 'https://github.com/adaptivethreat/BloodHound'
app 'BloodHound-darwin-x64/BloodHound.app'
end