busycal: fix RuboCop style.

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

View File

@ -1,25 +1,25 @@
cask 'busycal' do
version '3.10.2,401028'
sha256 'd41041c3f95b680d7c86f8d4a5469d3258a182349742011cf9d355eab9658a19'
cask "busycal" do
version "3.10.2,401028"
sha256 "d41041c3f95b680d7c86f8d4a5469d3258a182349742011cf9d355eab9658a19"
url 'https://www.busymac.com/download/BusyCal.zip'
appcast 'https://www.busymac.com/busycal/news.plist'
name 'BusyCal'
homepage 'https://busymac.com/busycal/index.html'
url "https://www.busymac.com/download/BusyCal.zip"
appcast "https://www.busymac.com/busycal/news.plist"
name "BusyCal"
homepage "https://busymac.com/busycal/index.html"
auto_updates true
pkg 'BusyCal Installer.pkg'
pkg "BusyCal Installer.pkg"
uninstall pkgutil: "com.busymac.busycal#{version.major}.pkg",
quit: "N4RA379GBW.com.busymac.busycal#{version.major}.alarm",
signal: ['TERM', "com.busymac.busycal#{version.major}"]
signal: ["TERM", "com.busymac.busycal#{version.major}"]
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.busymac.busycal#{version.major}.sfl*",
"~/Library/Containers/com.busymac.busycal#{version.major}",
"~/Library/Containers/N4RA379GBW.com.busymac.busycal#{version.major}.alarm",
"~/Library/Group Containers/com.busymac.busycal#{version.major}",
"~/Library/Group Containers/N4RA379GBW.com.busymac.busycal#{version.major}",
]
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.busymac.busycal#{version.major}.sfl*",
"~/Library/Containers/com.busymac.busycal#{version.major}",
"~/Library/Containers/N4RA379GBW.com.busymac.busycal#{version.major}.alarm",
"~/Library/Group Containers/com.busymac.busycal#{version.major}",
"~/Library/Group Containers/N4RA379GBW.com.busymac.busycal#{version.major}",
]
end