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

15 lines
588 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'adobe-dng-converter' do
version '9.6.1'
sha256 '087eac5026667e4e6e3c156fd13243c9ea00f6c0238cbbb94d3099ae8772603f'
2014-04-23 01:34:52 +08:00
2016-01-29 00:54:43 +08:00
url "http://download.adobe.com/pub/adobe/dng/mac/DNGConverter_#{version.dots_to_underscores}.dmg"
2015-01-04 10:31:31 +08:00
name 'Adobe Camera Raw and DNG Converter'
2015-06-29 14:32:18 +08:00
homepage 'https://www.adobe.com/support/downloads/product.jsp?product=106&platform=Macintosh'
2014-04-23 01:34:52 +08:00
2016-01-29 00:54:43 +08:00
pkg "DNGConverter_#{version.dots_to_underscores}.pkg"
uninstall delete: '/Applications/Adobe DNG Converter.app',
pkgutil: 'com.adobe.adobeDngConverter*',
quit: 'com.adobe.DNGConverter'
2014-04-23 01:34:52 +08:00
end