knotes: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:28:27 +01:00
parent 61b30e4104
commit eac0f6946b
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,20 +1,20 @@
cask 'knotes' do
version '2.5.0'
sha256 '0f5d0da7eb1e1460da300931d4eabe06e3506b5e813ae408782717f9760a8ee6'
cask "knotes" do
version "2.5.0"
sha256 "0f5d0da7eb1e1460da300931d4eabe06e3506b5e813ae408782717f9760a8ee6"
# knotes2.s3-ap-northeast-1.amazonaws.com/ was verified as official when first introduced to the cask
url "https://knotes2.s3-ap-northeast-1.amazonaws.com/download/mac/Knotes-#{version}.dmg"
appcast 'https://knotesapp.com/'
name 'Knotes'
homepage 'https://knotesapp.com/'
appcast "https://knotesapp.com/"
name "Knotes"
homepage "https://knotesapp.com/"
app 'Knotes.app'
app "Knotes.app"
zap trash: [
'~/Library/Application Support/knotes',
'~/Library/Logs/knotes',
'~/Library/Preferences/com.knotesapp.knotes.helper.plist',
'~/Library/Preferences/com.knotesapp.knotes.plist',
'~/Library/Saved Application State/com.knotesapp.knotes.savedState',
]
"~/Library/Application Support/knotes",
"~/Library/Logs/knotes",
"~/Library/Preferences/com.knotesapp.knotes.helper.plist",
"~/Library/Preferences/com.knotesapp.knotes.plist",
"~/Library/Saved Application State/com.knotesapp.knotes.savedState",
]
end