fantastical: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:42 +01:00
parent 5d08cd3ce6
commit 7dba370637
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,24 +1,24 @@
cask 'fantastical' do
version '3.1.3'
sha256 '8995e3bb9c954c352ad3f081c2b1d03487f0dba1157bf72393dac8c57a8de18d'
cask "fantastical" do
version "3.1.3"
sha256 "8995e3bb9c954c352ad3f081c2b1d03487f0dba1157bf72393dac8c57a8de18d"
url "https://cdn.flexibits.com/Fantastical_#{version}.zip"
appcast 'https://flexibits.com/fantastical/appcast2.php'
name 'Fantastical'
homepage 'https://flexibits.com/fantastical'
appcast "https://flexibits.com/fantastical/appcast2.php"
name "Fantastical"
homepage "https://flexibits.com/fantastical"
auto_updates true
app 'Fantastical.app'
app "Fantastical.app"
uninstall launchctl: "com.flexibits.fantastical#{version.major}.mac.launcher",
quit: "com.flexibits.fantastical#{version.major}.mac"
zap trash: [
'~/Library/Preferences/com.flexibits.fantastical.plist',
'~/Library/Application Scripts/com.flexibits.fbcaldav.*',
"~/Library/Application Scripts/com.flexibits.fantastical#{version.major}.*",
'~/Library/Containers/com.flexibits.fbcaldav.*',
"~/Library/Containers/com.flexibits.fantastical#{version.major}.*",
]
"~/Library/Preferences/com.flexibits.fantastical.plist",
"~/Library/Application Scripts/com.flexibits.fbcaldav.*",
"~/Library/Application Scripts/com.flexibits.fantastical#{version.major}.*",
"~/Library/Containers/com.flexibits.fbcaldav.*",
"~/Library/Containers/com.flexibits.fantastical#{version.major}.*",
]
end