homebrew-cask/Casks/duet.rb

18 lines
647 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duet' do
2017-01-05 07:44:01 +08:00
version '1.6.3.4'
sha256 'bfd491368cb255d14f69fa055ffb7d0bc2ae9c4fee067384b17ae5601f0bddc2'
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',
2017-01-05 19:43:39 +08:00
checkpoint: 'ead13c59711365f14dbf78817c8e9eac21c112735792ca1631166dc0ef3c5ea4'
name 'Duet'
2016-11-29 21:25:32 +08:00
homepage 'https://www.duetdisplay.com/'
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