the-archive-browser: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:37:22 +01:00
parent 85fa847afa
commit 7b6323aa62
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,23 +1,23 @@
cask 'the-archive-browser' do
version '1.11.2,1504018288'
sha256 'a9cffc4d7a4e9869c9b7542dff7b9614c487623fce6404ce779b0c4b654eb72b'
cask "the-archive-browser" do
version "1.11.2,1504018288"
sha256 "a9cffc4d7a4e9869c9b7542dff7b9614c487623fce6404ce779b0c4b654eb72b"
# dl.devmate.com/cx.c3.thearchivebrowser/ was verified as official when first introduced to the cask
url "https://dl.devmate.com/cx.c3.thearchivebrowser/#{version.major_minor.no_dots}/#{version.after_comma}/TheArchiveBrowser-#{version.major_minor.no_dots}.zip"
appcast 'https://updates.devmate.com/cx.c3.thearchivebrowser.xml'
name 'The Archive Browser'
homepage 'https://theunarchiver.com/archive-browser'
appcast "https://updates.devmate.com/cx.c3.thearchivebrowser.xml"
name "The Archive Browser"
homepage "https://theunarchiver.com/archive-browser"
auto_updates true
app 'The Archive Browser.app'
app "The Archive Browser.app"
zap trash: [
'~/Library/Cookies/cx.c3.thearchivebrowser.binarycookies',
'~/Library/Preferences/cx.c3.thearchivebrowser.plist',
],
"~/Library/Cookies/cx.c3.thearchivebrowser.binarycookies",
"~/Library/Preferences/cx.c3.thearchivebrowser.plist",
],
rmdir: [
'~/Library/Application Support/The Archive Browser',
'~/Library/Caches/cx.c3.thearchivebrowser',
]
"~/Library/Application Support/The Archive Browser",
"~/Library/Caches/cx.c3.thearchivebrowser",
]
end