mater: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:01 +01:00
parent c92c41fd21
commit 8f01c1d43a
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 'mater' do
version '1.0.4'
sha256 'b101a22ede300556f6cddfacefb15926307e711a3f4fdc121627fea02662385b'
cask "mater" do
version "1.0.4"
sha256 "b101a22ede300556f6cddfacefb15926307e711a3f4fdc121627fea02662385b"
url "https://github.com/jasonlong/mater/releases/download/v#{version}/Mater-darwin-x64.zip"
appcast 'https://github.com/jasonlong/mater/releases.atom'
name 'Mater'
homepage 'https://github.com/jasonlong/mater'
appcast "https://github.com/jasonlong/mater/releases.atom"
name "Mater"
homepage "https://github.com/jasonlong/mater"
app 'Mater-darwin-x64/Mater.app'
app "Mater-darwin-x64/Mater.app"
end