bluegriffon: fix RuboCop style.

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

View File

@ -1,13 +1,13 @@
cask 'bluegriffon' do
version '3.1'
sha256 'cf457ac89447c8a54e0fbc1c13b995286e9b9143cee104fe3f3777a80f540a35'
cask "bluegriffon" do
version "3.1"
sha256 "cf457ac89447c8a54e0fbc1c13b995286e9b9143cee104fe3f3777a80f540a35"
url "http://bluegriffon.org/freshmeat/#{version}/bluegriffon-#{version}.mac-x86_64.dmg"
appcast 'http://bluegriffon.org/freshmeat/?C=M;O=D'
name 'BlueGriffon'
homepage 'http://bluegriffon.org/'
appcast "http://bluegriffon.org/freshmeat/?C=M;O=D"
name "BlueGriffon"
homepage "http://bluegriffon.org/"
depends_on macos: '>= :yosemite'
depends_on macos: ">= :yosemite"
app 'BlueGriffon.app'
app "BlueGriffon.app"
end