homebrew-cask/Casks/bloodhound.rb

12 lines
419 B
Ruby
Raw Normal View History

cask 'bloodhound' do
2018-08-25 01:48:49 +08:00
version '2.0.3.1'
sha256 'bb57ff50e43b27f0f38affe2192c1969dfedff65ea38664b48d1ed7722a0fdee'
2016-10-15 05:03:24 +08:00
2017-02-05 09:02:06 +08:00
url "https://github.com/BloodHoundAD/BloodHound/releases/download/#{version}/BloodHound-darwin-x64.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/BloodHoundAD/BloodHound/releases.atom'
2016-10-15 07:08:18 +08:00
name 'bloodhound'
2017-02-05 09:02:06 +08:00
homepage 'https://github.com/BloodHoundAD/BloodHound'
2016-10-15 05:03:24 +08:00
app 'BloodHound-darwin-x64/BloodHound.app'
end