freeplane: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:43 +01:00
parent 34947abec7
commit 9ef2e28d9a
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 'freeplane' do
version '1.8.6'
sha256 '72cbc35735f8e67023a254696b59b32ecd56b18a199d170fe66a00b422bc24b5'
cask "freeplane" do
version "1.8.6"
sha256 "72cbc35735f8e67023a254696b59b32ecd56b18a199d170fe66a00b422bc24b5"
# downloads.sourceforge.net/freeplane/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/freeplane/freeplane%20stable/Freeplane-#{version}.dmg"
appcast 'https://sourceforge.net/projects/freeplane/rss?path=/freeplane%20stable'
name 'Freeplane'
homepage 'https://freeplane.sourceforge.io/'
appcast "https://sourceforge.net/projects/freeplane/rss?path=/freeplane%20stable"
name "Freeplane"
homepage "https://freeplane.sourceforge.io/"
app 'Freeplane.app'
app "Freeplane.app"
end