115browser: fix RuboCop style.

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

View File

@ -1,20 +1,20 @@
cask '115browser' do
version '23.9.0.4'
sha256 'c019b756f928cb07c558f447cdd91b4c4d8a17d6f2cca2be323628efa431deed'
cask "115browser" do
version "23.9.0.4"
sha256 "c019b756f928cb07c558f447cdd91b4c4d8a17d6f2cca2be323628efa431deed"
url "https://down.115.com/client/mac/115pc_#{version}.dmg"
appcast 'https://appversion.115.com/1/web/1.0/api/chrome?callback=get_version'
name '115Browser'
name '115浏览器'
homepage 'https://pc.115.com/'
appcast "https://appversion.115.com/1/web/1.0/api/chrome?callback=get_version"
name "115Browser"
name "115浏览器"
homepage "https://pc.115.com/"
app '115Browser.app'
app "115Browser.app"
zap trash: [
'~/Library/Application Support/115Browser',
'~/Library/Caches/115Browser',
'~/Library/Caches/org.115Browser.115Browser',
'~/Library/Preferences/org.115Browser.115Browser.plist',
'~/Library/Saved Application State/org.115Browser.115Browser.savedState',
]
"~/Library/Application Support/115Browser",
"~/Library/Caches/115Browser",
"~/Library/Caches/org.115Browser.115Browser",
"~/Library/Preferences/org.115Browser.115Browser.plist",
"~/Library/Saved Application State/org.115Browser.115Browser.savedState",
]
end