the-clock: fix RuboCop style.

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

View File

@ -1,14 +1,14 @@
cask 'the-clock' do
version '4.3'
sha256 'df14cb8b9e899794b2c7317b7d1cfc9ff2a0db63f1450a3b9dfacd4006d377c8'
cask "the-clock" do
version "4.3"
sha256 "df14cb8b9e899794b2c7317b7d1cfc9ff2a0db63f1450a3b9dfacd4006d377c8"
url 'https://seense.com/the_clock/updateapp/the_clock.zip'
appcast 'https://www.seense.com/the_clock/updateapp/appcast.xml'
name 'The Clock'
homepage 'https://seense.com/the_clock/'
url "https://seense.com/the_clock/updateapp/the_clock.zip"
appcast "https://www.seense.com/the_clock/updateapp/appcast.xml"
name "The Clock"
homepage "https://seense.com/the_clock/"
auto_updates true
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'The Clock.app'
app "The Clock.app"
end