homebrew-cask/Casks/duet.rb

18 lines
675 B
Ruby

cask 'duet' do
version '2.1.0.3'
sha256 '2fb86ff310a7977e87ad5f2d675ed45501c05c2e1925d4d448a2ca3c08ccee12'
# duet.nyc3.cdn.digitaloceanspaces.com/Mac was verified as official when first introduced to the cask
url "https://duet.nyc3.cdn.digitaloceanspaces.com/Mac/#{version.major_minor.dots_to_underscores}/duet-#{version.dots_to_hyphens}.zip"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://updates.duetdisplay.com/latestMac',
configuration: version.dots_to_hyphens
name 'Duet'
homepage 'https://www.duetdisplay.com/'
auto_updates true
app 'duet.app'
uninstall kext: 'com.karios.driver.DuetDisplay'
end