homebrew-cask/Casks/duet.rb

18 lines
665 B
Ruby

cask 'duet' do
version '1.6.5.5'
sha256 'bc259f289403c091b5fb8efeafc69af288d0c048c82283b36b6ac3bb3a2cacc0'
# storage.googleapis.com/duetdisplay/ was verified as official when first introduced to the cask
url "https://storage.googleapis.com/duetdisplay/duet-#{version.dots_to_hyphens}.zip"
appcast "https://s3-us-west-1.amazonaws.com/duetmac/#{version.major_minor_patch.dots_to_underscores}/DuetDisplayAppcast.xml",
checkpoint: '97af669d33ad9353ddbb7318681c48d8987fc8f3ce032af3d5f3815080f929c0'
name 'Duet'
homepage 'https://www.duetdisplay.com/'
auto_updates true
app 'duet.app'
uninstall kext: 'com.karios.driver.DuetDisplay'
end