capto: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'capto' do
cask "capto" do
version :latest
sha256 :no_check
# d3l6g06uqih57x.cloudfront.net/Captomac/ was verified as official when first introduced to the cask
url 'https://d3l6g06uqih57x.cloudfront.net/Captomac/webstore/Capto.dmg'
name 'Capto'
homepage 'https://www.globaldelight.com/capto/'
url "https://d3l6g06uqih57x.cloudfront.net/Captomac/webstore/Capto.dmg"
name "Capto"
homepage "https://www.globaldelight.com/capto/"
app 'Capto.app'
app "Capto.app"
end