homebrew-cask/Casks/colorport.rb

19 lines
637 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'colorport' do
version '2.0.5'
sha256 'ae176e3118ba55b4dd8a0716707d149a4e13827b30cdc3f1d29bc329a0ef4bd0'
url 'http://www.xrite.com/downloader.aspx?FileID=1168&Type=M&returnurl=%2fcolorport-utility-software%2fsupport%2fd1168'
2015-01-06 10:14:39 +08:00
name 'ColorPort Utility Software'
2015-06-29 14:32:18 +08:00
homepage 'https://www.xrite.com/colorport-utility-software/support/d1168'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg "ColorPort#{version.sub(%r{^(\d+)\.(\d+).*}, '\1\2')}Distribution.mpkg"
2014-11-22 22:12:38 +08:00
uninstall pkgutil: 'com.xrite.colorport'
caveats do
2015-06-30 04:31:28 +08:00
discontinued
reboot
end
end