focusatwill: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:24 +01:00
parent 6205af914f
commit 1b8becd962
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 'focusatwill' do
version '2.0.0'
sha256 'c57df34add6bcefbc86f4180c71ca334b4ca7c58114a631c5bcf66f27b0dbe6e'
cask "focusatwill" do
version "2.0.0"
sha256 "c57df34add6bcefbc86f4180c71ca334b4ca7c58114a631c5bcf66f27b0dbe6e"
# faw-desktop.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://faw-desktop.s3.amazonaws.com/focusatwill-#{version}.dmg"
appcast 'https://faw-desktop.s3.amazonaws.com/latest-mac.yml'
name 'Focus@Will'
homepage 'https://www.focusatwill.com/'
appcast "https://faw-desktop.s3.amazonaws.com/latest-mac.yml"
name "Focus@Will"
homepage "https://www.focusatwill.com/"
app 'focusatwill.app'
app "focusatwill.app"
end