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

15 lines
586 B
Ruby

cask 'adobe-dng-converter' do
version '9.7'
sha256 '240782398fb539e7e458f4031ce2d9cd07ca80eafbc7190263f59e4995d640be'
url "http://download.adobe.com/pub/adobe/dng/mac/DNGConverter_#{version.dots_to_underscores}.dmg"
name 'Adobe Camera Raw and DNG Converter'
homepage 'https://www.adobe.com/support/downloads/product.jsp?product=106&platform=Macintosh'
pkg "DNGConverter_#{version.dots_to_underscores}.pkg"
uninstall delete: '/Applications/Adobe DNG Converter.app',
pkgutil: 'com.adobe.adobeDngConverter*',
quit: 'com.adobe.DNGConverter'
end