homebrew-cask/Casks/duet.rb

18 lines
617 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duet' do
2016-10-09 01:11:42 +08:00
version '1.6.0.6'
sha256 '376bfaf0e10b841491b33f9105c24387da4e7c6e3dbda4348860eb199b825932'
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-10-09 01:11:42 +08:00
checkpoint: 'effd1d216189a65c94a7307e9f55568df011564ddaa5393711f27717019e4b32'
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