homebrew-cask/Casks/duet.rb

16 lines
494 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duet' do
2018-05-08 15:07:48 +08:00
version '1.7.1.4'
sha256 '77279033e3776af86eb7d54d1177a75edefed72d4c829eea53dc87bf92dd0004'
2014-12-26 04:17:52 +08:00
# duet.nyc3.digitaloceanspaces.com/Mac was verified as official when first introduced to the cask
url "https://duet.nyc3.digitaloceanspaces.com/Mac/#{version.major_minor.dots_to_underscores}/duet-#{version.dots_to_hyphens}.zip"
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