camerabag-photo: fix RuboCop style.

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

View File

@ -1,10 +1,10 @@
cask 'camerabag-photo' do
version '3.1.0'
sha256 '017ee2d95497ad7eb5725eda1ef47e3d01b132a1d756f6089c650949fc4a5b1f'
cask "camerabag-photo" do
version "3.1.0"
sha256 "017ee2d95497ad7eb5725eda1ef47e3d01b132a1d756f6089c650949fc4a5b1f"
url "https://nevercenter.com/camerabag/photo/download/filearchive/CameraBag_Photo_Mac_#{version.dots_to_underscores}.dmg"
name 'CameraBag'
homepage 'https://nevercenter.com/camerabag/photo/'
name "CameraBag"
homepage "https://nevercenter.com/camerabag/photo/"
app 'CameraBag Photo.app'
app "CameraBag Photo.app"
end