homebrew-cask/Casks/duet.rb

17 lines
653 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'duet' do
2016-01-02 02:42:11 +08:00
version '1.5.1.1'
sha256 'dc3e7adc8b07f1d921944403b0356815b9df84bd8de9524fd3e7d63878a14496'
2014-12-26 04:17:52 +08:00
2016-01-02 02:42:11 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://s3-us-west-1.amazonaws.com/duetmac/#{version.dots_to_underscores}/duet_#{version.dots_to_underscores}.zip"
appcast "https://s3-us-west-1.amazonaws.com/duetmac/#{version.dots_to_underscores}/DuetDisplayAppcast.xml",
:sha256 => '8e020dd515c9693fe4eda510d5330e1bc873caa8d2b562a4197afe14b5ef7ed3'
name 'Duet'
2014-12-26 04:17:52 +08:00
homepage 'http://www.duetdisplay.com/'
2015-11-18 02:24:50 +08:00
license :gratis
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