homebrew-cask/Casks/bloodhound.rb

12 lines
417 B
Ruby
Raw Normal View History

cask 'bloodhound' do
2018-04-17 04:35:20 +08:00
version '1.5.2'
sha256 'a2090197c5cf82c6799cf7f8f7f1d0d42436882c67814b70d458c4ae8e9c7e32'
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