standard-notes: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:36:39 +01:00
parent 70c472b338
commit 9a8d046460
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,23 +1,23 @@
cask 'standard-notes' do
version '3.4.1'
sha256 'c667f25725b0990d87c238c879b215152c312d8f18026793fe37e24a60a24d71'
cask "standard-notes" do
version "3.4.1"
sha256 "c667f25725b0990d87c238c879b215152c312d8f18026793fe37e24a60a24d71"
# github.com/standardnotes/desktop/ was verified as official when first introduced to the cask
url "https://github.com/standardnotes/desktop/releases/download/v#{version}/Standard-Notes-#{version}-mac.zip"
appcast 'https://github.com/standardnotes/desktop/releases.atom'
name 'Standard Notes'
homepage 'https://standardnotes.org/'
appcast "https://github.com/standardnotes/desktop/releases.atom"
name "Standard Notes"
homepage "https://standardnotes.org/"
auto_updates true
app 'Standard Notes.app'
app "Standard Notes.app"
zap trash: [
'~/Library/Application Support/Standard Notes',
'~/Library/Caches/org.standardnotes.standardnotes',
'~/Library/Caches/org.standardnotes.standardnotes.ShipIt',
'~/Library/Preferences/org.standardnotes.standardnotes.plist',
'~/Library/Preferences/org.standardnotes.standardnotes.helper.plist',
'~/Library/Saved Application State/org.standardnotes.standardnotes.savedState',
]
"~/Library/Application Support/Standard Notes",
"~/Library/Caches/org.standardnotes.standardnotes",
"~/Library/Caches/org.standardnotes.standardnotes.ShipIt",
"~/Library/Preferences/org.standardnotes.standardnotes.plist",
"~/Library/Preferences/org.standardnotes.standardnotes.helper.plist",
"~/Library/Saved Application State/org.standardnotes.standardnotes.savedState",
]
end