adobe-dng-converter: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:13:36 +01:00
parent aafe6d87cf
commit 8347d82873
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
cask 'adobe-dng-converter' do
version '12.3'
sha256 '1cfac471868ad6032d53207dfddf92d6f2f2e8ec2aeb2a0d1b2a9b016956cea8'
cask "adobe-dng-converter" do
version "12.3"
sha256 "1cfac471868ad6032d53207dfddf92d6f2f2e8ec2aeb2a0d1b2a9b016956cea8"
url "https://download.adobe.com/pub/adobe/dng/mac/DNGConverter_#{version.dots_to_underscores}.dmg"
appcast 'https://supportdownloads.adobe.com/product.jsp?product=106&platform=Macintosh'
name 'Adobe Camera Raw and DNG Converter'
homepage 'https://supportdownloads.adobe.com/product.jsp?product=106&platform=Macintosh'
appcast "https://supportdownloads.adobe.com/product.jsp?product=106&platform=Macintosh"
name "Adobe Camera Raw and DNG Converter"
homepage "https://supportdownloads.adobe.com/product.jsp?product=106&platform=Macintosh"
pkg "DNGConverter_#{version.dots_to_underscores}.pkg"
uninstall pkgutil: [
'com.adobe.CameraRawProfiles',
'com.adobe.DNGConverter',
],
quit: 'com.adobe.DNGConverter'
"com.adobe.CameraRawProfiles",
"com.adobe.DNGConverter",
],
quit: "com.adobe.DNGConverter"
end