astah-professional: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:16:43 +01:00
parent 8cd7dcfec2
commit 6e701bced1
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,14 +1,14 @@
cask 'astah-professional' do
version '8.2.0,b743f7'
sha256 '5c2a2931bb682e71c422d2b3abd16e53106fcc571f85c3f0a7f3a2f00ed3998e'
cask "astah-professional" do
version "8.2.0,b743f7"
sha256 "5c2a2931bb682e71c422d2b3abd16e53106fcc571f85c3f0a7f3a2f00ed3998e"
# cdn.change-vision.com/files/ was verified as official when first introduced to the cask
url "https://cdn.change-vision.com/files/astah-professional-#{version.before_comma.dots_to_underscores}-#{version.after_comma}-MacOs.dmg"
appcast 'https://astah.net/download'
name 'Change Vision Astah Professional'
homepage 'https://astah.net/editions/professional'
appcast "https://astah.net/download"
name "Change Vision Astah Professional"
homepage "https://astah.net/editions/professional"
pkg "astah professional ver #{version.before_comma.dots_to_underscores}.pkg"
uninstall pkgutil: 'com.change-vision.astahprofessional.astahprofessional.pkg'
uninstall pkgutil: "com.change-vision.astahprofessional.astahprofessional.pkg"
end