metaz: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:24 +01:00
parent c9afc9f9e6
commit ce783cb78c
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,12 +1,12 @@
cask 'metaz' do
version '1.0.beta-113'
sha256 '5f0d43794ac76c025ad1c0f6419dfea58c8c696d7e2782060d2aa12554316588'
cask "metaz" do
version "1.0.beta-113"
sha256 "5f0d43794ac76c025ad1c0f6419dfea58c8c696d7e2782060d2aa12554316588"
# github.com/griff/metaz/ was verified as official when first introduced to the cask
url "https://github.com/griff/metaz/releases/download/v#{version}/MetaZ-#{version}.zip"
appcast 'https://github.com/griff/metaz/releases.atom'
name 'MetaZ'
homepage 'https://griff.github.io/metaz/'
appcast "https://github.com/griff/metaz/releases.atom"
name "MetaZ"
homepage "https://griff.github.io/metaz/"
app 'MetaZ.app'
app "MetaZ.app"
end