homebrew-cask/Casks/idisplay.rb

20 lines
676 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'idisplay' do
2016-08-08 03:12:48 +08:00
if MacOS.version <= :leopard
version '1.1.12'
sha256 'ea0f9dd2c488762169c0bab2218ee628b6eff658a814dfca583e4563b99b7c6c'
2016-03-05 01:40:53 +08:00
# shape.ag was verified as official when first introduced to the cask
url 'https://www.shape.ag/freedownload/iDisplay/iDisplay.dmg'
else
version '2.3.10'
sha256 '6d87e0566e2e2693d89c4fdb1cddcfed9db6316f6f7b2bada24104ea18b996ae'
2016-03-05 01:40:53 +08:00
# shape.ag was verified as official when first introduced to the cask
2016-08-05 19:07:01 +08:00
url "https://www.shape.ag/freedownload/iDisplay/iDisplayFull_#{version.dots_to_underscores}.dmg"
end
2015-01-12 02:55:30 +08:00
name 'iDisplay'
2014-11-04 22:37:36 +08:00
homepage 'http://getidisplay.com/'
license :gratis
2014-11-04 22:37:36 +08:00
app 'iDisplay.app'
end