focus-booster: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:23 +01:00
parent 3284b136d3
commit da8ceae5f8
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 'focus-booster' do
version '2.2.0'
sha256 'a58f376eaa0588893bf64555699408af5cf0ab6c3f3a15558430c0c3ec1e8a1a'
cask "focus-booster" do
version "2.2.0"
sha256 "a58f376eaa0588893bf64555699408af5cf0ab6c3f3a15558430c0c3ec1e8a1a"
# dcwy7j973b6zk.cloudfront.net/downloads/stable/ was verified as official when first introduced to the cask
url "https://dcwy7j973b6zk.cloudfront.net/downloads/stable/focusbooster#{version}.dmg"
appcast 'https://www.focusboosterapp.com/download'
name 'Focus Booster'
homepage 'https://www.focusboosterapp.com/'
appcast "https://www.focusboosterapp.com/download"
name "Focus Booster"
homepage "https://www.focusboosterapp.com/"
app 'focus booster.app'
app "focus booster.app"
end