pencil: fix RuboCop style.

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

View File

@ -1,12 +1,12 @@
cask 'pencil' do
version '3.1.0.ga'
sha256 '5369787a801a470179a86ba60407b33e647f826b1a8b001b62e4f81a6bb0629d'
cask "pencil" do
version "3.1.0.ga"
sha256 "5369787a801a470179a86ba60407b33e647f826b1a8b001b62e4f81a6bb0629d"
url "https://pencil.evolus.vn/dl/V#{version}/Pencil-#{version}.dmg"
appcast 'https://github.com/evolus/pencil/releases.atom',
appcast "https://github.com/evolus/pencil/releases.atom",
must_contain: version.major_minor_patch
name 'Pencil'
homepage 'https://pencil.evolus.vn/'
name "Pencil"
homepage "https://pencil.evolus.vn/"
app 'Pencil.app'
app "Pencil.app"
end