unicodechecker: fix RuboCop style.

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

View File

@ -1,17 +1,17 @@
cask 'unicodechecker' do
version '1.22,776'
sha256 '3c173ef1984cc42baa0dd03cfbd4d07cf18c75e3699b2c2a3a24250ac77fbe4f'
cask "unicodechecker" do
version "1.22,776"
sha256 "3c173ef1984cc42baa0dd03cfbd4d07cf18c75e3699b2c2a3a24250ac77fbe4f"
url "https://earthlingsoft.net/UnicodeChecker/UnicodeChecker%20#{version.before_comma}%20(#{version.after_comma}).zip"
appcast 'https://earthlingsoft.net/UnicodeChecker/appcast.xml'
name 'UnicodeChecker'
homepage 'https://earthlingsoft.net/UnicodeChecker/'
appcast "https://earthlingsoft.net/UnicodeChecker/appcast.xml"
name "UnicodeChecker"
homepage "https://earthlingsoft.net/UnicodeChecker/"
app "UnicodeChecker #{version.before_comma} (#{version.after_comma})/UnicodeChecker.app"
zap trash: [
'~/Library/Application Support/UnicodeChecker',
'~/Library/Caches/net.earthlingsoft.UnicodeChecker',
'~/Library/Preferences/net.earthlingsoft.UnicodeChecker.plist',
]
"~/Library/Application Support/UnicodeChecker",
"~/Library/Caches/net.earthlingsoft.UnicodeChecker",
"~/Library/Preferences/net.earthlingsoft.UnicodeChecker.plist",
]
end