diff --git a/Casks/the-clock.rb b/Casks/the-clock.rb index 4495cb3cb1c..0a723106c7d 100644 --- a/Casks/the-clock.rb +++ b/Casks/the-clock.rb @@ -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