homebrew-cask/Casks/duet.rb

18 lines
646 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duet' do
2016-11-10 09:54:32 +08:00
version '1.6.2.8'
sha256 '7e491bebe011abab6330cab393e97cd8f61b5b8edb09f14e8a39867a573bb2ce'
2014-12-26 04:17:52 +08:00
2016-11-10 09:54:32 +08:00
# s3-us-west-1.amazonaws.com/duetmac/ was verified as official when first introduced to the cask
url "https://s3-us-west-1.amazonaws.com/duetmac/#{version.major_minor_patch.dots_to_underscores}/duet-#{version.dots_to_hyphens}.zip"
appcast 'https://updates.duetdisplay.com/checkMacUpdates',
2016-11-29 04:47:48 +08:00
checkpoint: '118ed35f61dd63569722c55f9cfe1847b10407b6fb023b69a2ebd6e3530ed694'
name 'Duet'
2014-12-26 04:17:52 +08:00
homepage 'http://www.duetdisplay.com/'
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