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

16 lines
604 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'adobe-dng-converter' do
2016-01-29 00:54:43 +08:00
version '9.4'
sha256 '49200b8a456b2480c112a3b82a433cddeafed432448a1be6242c0d7447716862'
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'
2015-05-03 18:57:37 +08:00
license :gratis
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