homebrew-cask/Casks/qownnotes.rb

16 lines
566 B
Ruby

cask 'qownnotes' do
version '19.5.7,b4287-091733'
sha256 '703f8482690e4385d8aa673d1a30afffa5a4e83d005ff94df6360c82d6a37202'
# 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