mockplus: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:50 +01:00
parent 212cd732f5
commit 14acd343dd
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 'mockplus' do
version '3.6.1.6'
sha256 '9f23c99b2e0025e6cab504538fe50da55dd6cf8478d5f4bbca920f3567344f3c'
cask "mockplus" do
version "3.6.1.6"
sha256 "9f23c99b2e0025e6cab504538fe50da55dd6cf8478d5f4bbca920f3567344f3c"
# mockplus-static.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://mockplus-static.s3.amazonaws.com/software/macos/Mockplus_v#{version}_auto.dmg"
appcast 'https://www.macupdater.net/cgi-bin/extract_text/extract_text_split_easy.cgi?url=https://www.mockplus.com/download/mockplus-rp&encoding=utf8&user_agent=Macintosh'
name 'Mockplus'
name '摩客'
homepage 'https://www.mockplus.com/'
appcast "https://www.macupdater.net/cgi-bin/extract_text/extract_text_split_easy.cgi?url=https://www.mockplus.com/download/mockplus-rp&encoding=utf8&user_agent=Macintosh"
name "Mockplus"
name "摩客"
homepage "https://www.mockplus.com/"
app 'Mockplus Classic.app'
app "Mockplus Classic.app"
end