homebrew-cask/Casks/duet.rb

19 lines
634 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duet' do
2016-04-12 22:46:46 +08:00
version '1.5.4.9'
sha256 'ee6334cb41f2d0a3d164b5c1de61d40f70d4cd9c829a35beba437ba9f6919d55'
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 'http://updates.duetdisplay.com/checkMacUpdates',
checkpoint: '01a04fe0630a818640a6e9fa9040113791192369529cb757f570a03e19b257f0'
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