homebrew-cask/Casks/qownnotes.rb

16 lines
566 B
Ruby

cask 'qownnotes' do
version '20.4.7,b5516-170140'
sha256 'ac8d50baea5c2f93cbd2b719b33a3796145415d8920c99695fefec070ac11331'
# 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