muse: fix RuboCop style.

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

View File

@ -1,13 +1,13 @@
cask 'muse' do
version '4.1.1'
sha256 '809ba172f9929b4b0d49bfbe5f9210946013761f3cdd27862fc887b31ae5d96c'
cask "muse" do
version "4.1.1"
sha256 "809ba172f9929b4b0d49bfbe5f9210946013761f3cdd27862fc887b31ae5d96c"
url "https://github.com/xzzz9097/Muse/releases/download/v#{version}/Muse.app.zip"
appcast 'https://github.com/xzzz9097/Muse/releases.atom'
name 'Muse'
homepage 'https://github.com/xzzz9097/Muse'
appcast "https://github.com/xzzz9097/Muse/releases.atom"
name "Muse"
homepage "https://github.com/xzzz9097/Muse"
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'Muse.app'
app "Muse.app"
end