menubar-stats: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:17 +01:00
parent 0ceb1919fd
commit a2f8544bd6
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,13 +1,13 @@
cask 'menubar-stats' do
version '3.4'
sha256 '0aef6819ee0cf4304e78f634f1c319b310206e068f12e8929e3498a57e9a33ff'
cask "menubar-stats" do
version "3.4"
sha256 "0aef6819ee0cf4304e78f634f1c319b310206e068f12e8929e3498a57e9a33ff"
url 'https://seense.com/menubarstats/updateapp/mbs.zip'
appcast 'https://www.seense.com/menubarstats/updateapp/appcast.xml'
name 'MenuBar Stats'
homepage 'https://seense.com/menubarstats/'
url "https://seense.com/menubarstats/updateapp/mbs.zip"
appcast "https://www.seense.com/menubarstats/updateapp/appcast.xml"
name "MenuBar Stats"
homepage "https://seense.com/menubarstats/"
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'MenuBar Stats.app'
app "MenuBar Stats.app"
end