homebrew-cask/Casks/devonthink-pro-office.rb

20 lines
979 B
Ruby

cask 'devonthink-pro-office' do
version '2.8.9'
sha256 '3fd65975ceed5abc3df0248d3c2b8c5df1979caf3c01b5cf41e5548b1de140c8'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/DTWebsiteSupport/download/devonthink/#{version}/DEVONthink_Pro_Office.dmg.zip"
appcast 'http://www.devon-technologies.com/fileadmin/templates/filemaker/sparkle.php?product=300125739&format=xml',
checkpoint: '1a9c3a6d6aabe6024e955966375b49be4b6af4e097bd7ed70b17764a19807428'
name 'DEVONthink Pro Office'
homepage 'http://www.devontechnologies.com/products/devonthink/devonthink-pro-office.html'
license :commercial
depends_on macos: '>= :mountain_lion'
container nested: 'DEVONthink_Pro_Office.dmg'
# Renamed for consistency: app name is different in the Finder and in a shell.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/3838
app 'DEVONthink Pro.app', target: 'DEVONthink Pro Office.app'
end