lyricsx: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:29:22 +01:00
parent 3b3d278775
commit ca8bcb88db
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,15 +1,15 @@
cask 'lyricsx' do
version '1.5.4,2276'
sha256 'fea5732c12b68d144dc13008bc0cb47a60b6a604177734d94264aa38ff29ccc7'
cask "lyricsx" do
version "1.5.4,2276"
sha256 "fea5732c12b68d144dc13008bc0cb47a60b6a604177734d94264aa38ff29ccc7"
url "https://github.com/ddddxxx/LyricsX/releases/download/v#{version.before_comma}/LyricsX_#{version.before_comma}+#{version.after_comma}.zip"
appcast 'https://github.com/ddddxxx/LyricsX/releases.atom'
name 'LyricsX'
homepage 'https://github.com/ddddxxx/LyricsX'
appcast "https://github.com/ddddxxx/LyricsX/releases.atom"
name "LyricsX"
homepage "https://github.com/ddddxxx/LyricsX"
auto_updates true
app 'LyricsX.app'
app "LyricsX.app"
zap trash: '~/ddddxxx.LyricsX'
zap trash: "~/ddddxxx.LyricsX"
end