homebrew-cask/Casks/qownnotes.rb

16 lines
566 B
Ruby

cask 'qownnotes' do
version '19.6.0,b4295-082541'
sha256 '9c4c6f9c925ce70d9a80f7afc4fc59a159532174f657eb25a1d022045ab45e78'
# github.com/pbek/QOwnNotes was verified as official when first introduced to the cask
url "https://github.com/pbek/QOwnNotes/releases/download/macosx-#{version.after_comma}/QOwnNotes-#{version.before_comma}.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