homebrew-cask/Casks/qownnotes.rb

16 lines
512 B
Ruby

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/'
auto_updates true
depends_on macos: '>= :sierra'
app 'QOwnNotes.app'
end