Update bloodhound.rb (#29835)

This commit is contained in:
Miccal Matthews 2017-02-05 09:02:06 +08:00 committed by GitHub
parent 207d659ce3
commit 75dbdf09bf
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
cask 'bloodhound' do
version '1.2'
sha256 '3873ae845a8ffefa3578142e2e264b6e8f510ca59be94c768b7d519d4b978828'
version '1.2.1'
sha256 'dadf9b6c692693c628e8b51cf7d0657b14ef2e669daede5ceb6144484edc0f5e'
url "https://github.com/adaptivethreat/BloodHound/releases/download/#{version}/BloodHound-darwin-x64.zip"
appcast 'https://github.com/adaptivethreat/BloodHound/releases.atom',
checkpoint: '4c88fc90e6cf817a74f951f3a60fabd94ac19602348086b0bf72a070b1894eae'
url "https://github.com/BloodHoundAD/BloodHound/releases/download/#{version}/BloodHound-darwin-x64.zip"
appcast 'https://github.com/BloodHoundAD/BloodHound/releases.atom',
checkpoint: '2356a4e6a8274454e11cd014ce98cf9ef4365ce3348f1b7c16f7b39258e4cbc2'
name 'bloodhound'
homepage 'https://github.com/adaptivethreat/BloodHound'
homepage 'https://github.com/BloodHoundAD/BloodHound'
app 'BloodHound-darwin-x64/BloodHound.app'
end