homebrew-cask/Casks/qownnotes.rb

15 lines
526 B
Ruby

cask 'qownnotes' do
version '19.1.0,b4034-122701'
sha256 '4cc6fa29fcba90e678290f088586e82b2a909cf1bc0c5fae2845572760f6468e'
# 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://github.com/pbek/QOwnNotes/releases.atom'
name 'QOwnNotes'
homepage 'https://www.qownnotes.org/'
depends_on macos: '>= :sierra'
app 'QOwnNotes.app'
end