homebrew-cask/Casks/duet.rb

19 lines
635 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duet' do
2016-09-24 02:24:12 +08:00
version '1.6.0.2'
sha256 'ea56fecb6b7a0af97836e138009f905ae394c4be832fedac4b44542972707bc7'
2014-12-26 04:17:52 +08:00
2016-02-12 08:16:55 +08:00
# d2ycb980mbr5lq.cloudfront.net was verified as official when first introduced to the cask
url "https://d2ycb980mbr5lq.cloudfront.net/#{version.dots_to_underscores}/duet-#{version.dots_to_hyphens}.zip"
appcast 'https://updates.duetdisplay.com/checkMacUpdates',
2016-09-24 02:24:12 +08:00
checkpoint: '742afd0dee11d3c6ed50531ceb6b7230d9b3a1331aea6e553b9a0dba9f68347f'
name 'Duet'
2014-12-26 04:17:52 +08:00
homepage 'http://www.duetdisplay.com/'
2015-11-18 02:24:50 +08:00
license :gratis
2014-12-26 04:17:52 +08:00
2016-02-10 07:55:32 +08:00
auto_updates true
2014-12-26 04:17:52 +08:00
app 'duet.app'
uninstall kext: 'com.karios.driver.DuetDisplay'
2014-12-26 04:17:52 +08:00
end