bricklink-studio: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:18:55 +01:00
parent ed2f094d90
commit a986c4fa3f
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 13 additions and 13 deletions

View File

@ -1,12 +1,12 @@
cask 'bricklink-studio' do
version '2.1.5_10'
sha256 'f5d36786aab7590f1415e15682047025718787027797e56d54d206b510345b27'
cask "bricklink-studio" do
version "2.1.5_10"
sha256 "f5d36786aab7590f1415e15682047025718787027797e56d54d206b510345b27"
# blstudio.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://blstudio.s3.amazonaws.com/Studio#{version.major}.0/Archive/#{version}/Studio+#{version.major}.0.pkg"
appcast 'https://bricklink.com/v3/studio/download.page'
name 'Studio'
homepage 'https://bricklink.com/v3/studio/download.page'
appcast "https://bricklink.com/v3/studio/download.page"
name "Studio"
homepage "https://bricklink.com/v3/studio/download.page"
auto_updates true
@ -15,11 +15,11 @@ cask 'bricklink-studio' do
uninstall pkgutil: "com.bricklink.pkg.Studio#{version.major}.0"
zap trash: [
'~/Library/Application Support/unity.BrickLink.Studio',
'~/Library/Preferences/unity.BrickLink.Studio.plist',
'~/Library/Preferences/unity.BrickLink.Patcher.plist',
'~/Library/Caches/com.plausiblelabs.crashreporter.data/unity.BrickLink.Studio',
'~/Library/Saved Application State/unity.BrickLink.Studio.savedState',
'~/Library/Saved Application State/unity.BrickLink.Patcher.savedState',
]
"~/Library/Application Support/unity.BrickLink.Studio",
"~/Library/Preferences/unity.BrickLink.Studio.plist",
"~/Library/Preferences/unity.BrickLink.Patcher.plist",
"~/Library/Caches/com.plausiblelabs.crashreporter.data/unity.BrickLink.Studio",
"~/Library/Saved Application State/unity.BrickLink.Studio.savedState",
"~/Library/Saved Application State/unity.BrickLink.Patcher.savedState",
]
end