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

18 lines
859 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'devonthink-pro-office' do
version '2.10.1'
sha256 '4af364a35ddf5cdf1965d86eb078b7fbfaae68bf78ddff28ca1fca50c489b0eb'
# amazonaws.com/DTWebsiteSupport was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/DTWebsiteSupport/download/devonthink/#{version}/DEVONthink_Pro_Office.app.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://www.devontechnologies.com/fileadmin/templates/filemaker/sparkle.php?product=300125739&format=xml'
2015-03-16 08:19:48 +08:00
name 'DEVONthink Pro Office'
homepage 'https://www.devontechnologies.com/products/devonthink/devonthink-pro-office.html'
auto_updates true
depends_on macos: '>= :mavericks'
# Renamed for consistency: app name is different in the Finder and in a shell.
2018-05-22 03:21:38 +08:00
# Original discussion: https://github.com/Homebrew/homebrew-cask/pull/3838
app 'DEVONthink Pro.app', target: 'DEVONthink Pro Office.app'
2014-04-10 07:01:41 +08:00
end