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
version '20.7.8'
sha256 '242803ac1cb996e54c9ba3177506fee1e5b286f04417346c3bf15e091b6a13a9'
cask "qownnotes" do
version "20.7.8"
sha256 "242803ac1cb996e54c9ba3177506fee1e5b286f04417346c3bf15e091b6a13a9"
# 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"
appcast 'https://www.qownnotes.org/api/v1/last_release/QOwnNotes/macosx.json'
name 'QOwnNotes'
homepage 'https://www.qownnotes.org/'
appcast "https://www.qownnotes.org/api/v1/last_release/QOwnNotes/macosx.json"
name "QOwnNotes"
homepage "https://www.qownnotes.org/"
auto_updates true
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'QOwnNotes.app'
app "QOwnNotes.app"
end