diff --git a/Casks/statusfy.rb b/Casks/statusfy.rb index 023bb19161a..c04a92ea635 100644 --- a/Casks/statusfy.rb +++ b/Casks/statusfy.rb @@ -1,11 +1,11 @@ -cask 'statusfy' do - version '1.4.0' - sha256 '7fcd2bf27000bec59ef76343621fc4c551c68dd5ab338742ca824b2c5fe0771b' +cask "statusfy" do + version "1.4.0" + sha256 "7fcd2bf27000bec59ef76343621fc4c551c68dd5ab338742ca824b2c5fe0771b" url "https://github.com/paulyoung/Statusfy/releases/download/#{version}/Statusfy.zip" - appcast 'https://github.com/paulyoung/Statusfy/releases.atom' - name 'Statusfy' - homepage 'https://github.com/paulyoung/Statusfy' + appcast "https://github.com/paulyoung/Statusfy/releases.atom" + name "Statusfy" + homepage "https://github.com/paulyoung/Statusfy" - app 'Statusfy.app' + app "Statusfy.app" end