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

16 lines
604 B
Ruby

cask 'adobe-dng-converter' do
version '9.5'
sha256 'bd6f69810927d59d687ebe88b08edcf5763acbf471b74f14a30f8677a26c5b45'
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'
license :gratis
pkg "DNGConverter_#{version.dots_to_underscores}.pkg"
uninstall delete: '/Applications/Adobe DNG Converter.app',
pkgutil: 'com.adobe.adobeDngConverter*',
quit: 'com.adobe.DNGConverter'
end