homebrew-cask/Casks/qownnotes.rb

16 lines
567 B
Ruby

cask 'qownnotes' do
version '19.12.9,b5068-103555'
sha256 'f6751da16c6a29839a4534a60957641c0c9d23b49d19dac8e16d8786a5729caf'
# 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