forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devonthink-pro-office.rb
16 lines (14 loc) · 973 Bytes
/
devonthink-pro-office.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cask :v1 => 'devonthink-pro-office' do
version '2.8'
sha256 '592d2c5e8ce9839102afb7c15eb71147d94006c5710ff91a06c8783bee8ef91b'
# 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/Sparkle/DEVONthinkProOffice2.xml',
:sha256 => '6db814e6797e848696b2c92613cf6764649b7050337842ac57dc8437af1b428e'
homepage 'http://www.devontechnologies.com/products/devonthink/devonthink-pro-office.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
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