idisplay.rb: fix vendor comment

This commit is contained in:
Victor Popkov 2016-03-04 19:40:53 +02:00
parent 7d15be986d
commit 53dafa5089
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ cask 'idisplay' do
if MacOS.release <= :leopard
version '1.1.12'
sha256 'ea0f9dd2c488762169c0bab2218ee628b6eff658a814dfca583e4563b99b7c6c'
# shape.ag is the official download host per the vendor homepage
# shape.ag was verified as official when first introduced to the cask
url 'http://www.shape.ag/freedownload/iDisplay/iDisplay.dmg'
else
version '2.3.10'
sha256 '6d87e0566e2e2693d89c4fdb1cddcfed9db6316f6f7b2bada24104ea18b996ae'
# shape.ag is the official download host per the vendor homepage
url "http://www.shape.ag/freedownload/iDisplay/iDisplayFull_#{version.gsub('.', '_')}.dmg"
# shape.ag was verified as official when first introduced to the cask
url "http://www.shape.ag/freedownload/iDisplay/iDisplayFull_#{version.dots_to_underscores}.dmg"
end
name 'iDisplay'