statusfy: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:36:41 +01:00
parent bcc30218a9
commit 997f2085a0
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,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