grisbi: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:54 +01:00
parent 6ca4714768
commit bdd158d242
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 'grisbi' do
version '1.2.2,86a2992c1'
sha256 '89df854060d0445713e7bd02f99f952bd0fa7286a7102d32b2c40609f433d1cd'
cask "grisbi" do
version "1.2.2,86a2992c1"
sha256 "89df854060d0445713e7bd02f99f952bd0fa7286a7102d32b2c40609f433d1cd"
# sourceforge.net/grisbi/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/grisbi/grisbi%20stable/#{version.major_minor}.x/#{version.before_comma}/Grisbi-#{version.before_comma}-#{version.after_comma}.dmg"
appcast 'https://sourceforge.net/projects/grisbi/rss?path=/grisbi%20stable'
name 'Grisbi'
homepage 'https://www.grisbi.org/'
appcast "https://sourceforge.net/projects/grisbi/rss?path=/grisbi%20stable"
name "Grisbi"
homepage "https://www.grisbi.org/"
app 'Grisbi.app'
app "Grisbi.app"
end