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-08-27 09:05:37 +08:00
version '1.5.8.8'
sha256 'bf12fcfe4f1b0cae938e416a1a079243c5bbbb880ff9852ec3191bf33070f8a1'
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',
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