qownnotes: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:34:22 +01:00
parent 229c069171
commit 87b9ac4d2f
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
cask 'qownnotes' do cask "qownnotes" do
version '20.7.8' version "20.7.8"
sha256 '242803ac1cb996e54c9ba3177506fee1e5b286f04417346c3bf15e091b6a13a9' sha256 "242803ac1cb996e54c9ba3177506fee1e5b286f04417346c3bf15e091b6a13a9"
# github.com/pbek/QOwnNotes/ was verified as official when first introduced to the cask # github.com/pbek/QOwnNotes/ was verified as official when first introduced to the cask
url "https://github.com/pbek/QOwnNotes/releases/download/v#{version}/QOwnNotes.dmg" url "https://github.com/pbek/QOwnNotes/releases/download/v#{version}/QOwnNotes.dmg"
appcast 'https://www.qownnotes.org/api/v1/last_release/QOwnNotes/macosx.json' appcast "https://www.qownnotes.org/api/v1/last_release/QOwnNotes/macosx.json"
name 'QOwnNotes' name "QOwnNotes"
homepage 'https://www.qownnotes.org/' homepage "https://www.qownnotes.org/"
auto_updates true auto_updates true
depends_on macos: '>= :sierra' depends_on macos: ">= :sierra"
app 'QOwnNotes.app' app "QOwnNotes.app"
end end