mindjet-mindmanager: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:36 +01:00
parent 2fb4d05e92
commit 22450ca87d
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,14 +1,14 @@
cask 'mindjet-mindmanager' do
version '13.0.181'
sha256 '8820a1cd65a8452d0965516c7fcb21ac11a4530481aec694c9ce8da67bf8ce4f'
cask "mindjet-mindmanager" do
version "13.0.181"
sha256 "8820a1cd65a8452d0965516c7fcb21ac11a4530481aec694c9ce8da67bf8ce4f"
url "https://download.mindjet.com/MindManager_Mac_#{version}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.mindjet.com/latest-release-notes-mac-english',
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.mindjet.com/latest-release-notes-mac-english",
must_contain: version.dots_to_underscores
name 'Mindmanager'
homepage 'https://www.mindjet.com/mindmanager/'
name "Mindmanager"
homepage "https://www.mindjet.com/mindmanager/"
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'MindManager.app'
app "MindManager.app"
end