homebrew-cask/Casks/devonthink.rb

16 lines
714 B
Ruby
Raw Normal View History

cask 'devonthink' do
2017-08-30 05:38:43 +08:00
version '2.9.15'
sha256 '3d2383c7a2f634e2a2726c85bd002f420de90e230ebf4a63e46b1f2baf744e7b'
2016-03-24 14:02:57 +08:00
# amazonaws.com/DTWebsiteSupport was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/DTWebsiteSupport/download/devonthink/#{version}/DEVONthink_Personal.app.zip"
2016-03-24 14:02:57 +08:00
appcast 'http://www.devon-technologies.com/fileadmin/templates/filemaker/sparkle.php?product=217255&format=xml',
2017-08-30 05:38:43 +08:00
checkpoint: '2cbb09a07a917effa2fbafe8f9459718c4191cdf5590c638cb1db737824f5121'
2016-03-24 14:02:57 +08:00
name 'DEVONthink Personal'
homepage 'https://www.devontechnologies.com/products/devonthink/devonthink-personal.html'
2016-03-24 14:02:57 +08:00
depends_on macos: '>= :mountain_lion'
app 'DEVONthink.app'
2016-03-24 14:02:57 +08:00
end