ghosttile: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:11 +01:00
parent 689848bfdc
commit dd43a288d7
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 'ghosttile' do
version '15,1510040474'
sha256 '6f723c7489a272a82648a3fb2a4ad0f91f6bd3d79eea748ea20a046a3aefe0ab'
cask "ghosttile" do
version "15,1510040474"
sha256 "6f723c7489a272a82648a3fb2a4ad0f91f6bd3d79eea748ea20a046a3aefe0ab"
# dl.devmate.com/im.kernelpanic.GhostTile/ was verified as official when first introduced to the cask
url "https://dl.devmate.com/im.kernelpanic.GhostTile/#{version.before_comma}/#{version.after_comma}/GhostTile-#{version.before_comma}.zip"
appcast 'https://updates.devmate.com/im.kernelpanic.GhostTile.xml'
name 'Kernelpanic GhostTile'
name 'GhostTile'
homepage 'https://ghosttile.kernelpanic.im/'
appcast "https://updates.devmate.com/im.kernelpanic.GhostTile.xml"
name "Kernelpanic GhostTile"
name "GhostTile"
homepage "https://ghosttile.kernelpanic.im/"
app 'GhostTile.app'
app "GhostTile.app"
end