homebrew-cask/Casks/adobe-dng-converter.rb

14 lines
579 B
Ruby
Raw Normal View History

cask :v1 => 'adobe-dng-converter' do
2014-04-23 01:34:52 +08:00
version '8.6'
sha256 '3bb43ca608b7e62727512c813b395ea46aad545f68f9323cc78c9c5f47145650'
url "http://download.adobe.com/pub/adobe/dng/mac/DNGConverter_#{version.gsub('.', '_')}.dmg"
homepage 'http://www.adobe.com/support/downloads/product.jsp?product=106&platform=Macintosh'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-04-23 01:34:52 +08:00
2014-09-10 23:36:58 +08:00
pkg 'Adobe DNG Converter.pkg'
2014-04-23 01:34:52 +08:00
uninstall :pkgutil => 'com.adobe.adobeDngConverter*',
:quit => 'com.adobe.DNGConverter'
end