homebrew-cask/Casks/duet.rb

17 lines
562 B
Ruby

cask 'duet' do
version '2.0.1.5'
sha256 '94c25bde0bc6721c6cee4ca98dfbef595cd49f31986d3c879f90b383ab4150f4'
# 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://updates.duetdisplay.com/checkMacUpdates'
name 'Duet'
homepage 'https://www.duetdisplay.com/'
auto_updates true
app 'duet.app'
uninstall kext: 'com.karios.driver.DuetDisplay'
end