homebrew-cask/Casks/qownnotes.rb

16 lines
567 B
Ruby

cask 'qownnotes' do
version '19.12.7,b5043-153743'
sha256 'c77bb133859040f954d0eb9645c1a147b83a77dce05c6e970927962f0b213137'
# 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