homebrew-cask/Casks/adobe-bloodhound.rb

15 lines
706 B
Ruby

cask 'adobe-bloodhound' do
version '3.1.1'
sha256 '37db031a52f9cb9c40b8ead08ee6247192b0c2853e5ce95407fc840c3c50d715'
# github.com/Adobe-Marketing-Cloud/mobile-services was verified as official when first introduced to the cask
url "https://github.com/Adobe-Marketing-Cloud/mobile-services/releases/download/Bloodhound-v#{version}-OSX/Bloodhound-#{version}-OSX.dmg"
appcast 'https://github.com/Adobe-Marketing-Cloud/mobile-services/releases.atom',
checkpoint: '7e0455fdb26c7e689f6e6215181a7c50db7a48a74cfaf295c9ff8d592c2eeaae'
name 'Adobe Bloodhound'
homepage 'https://marketing.adobe.com/resources/help/en_US/mobile/bloodhound/'
license :gratis
app 'Adobe Bloodhound.app'
end