homebrew-cask/Casks/qownnotes.rb

16 lines
566 B
Ruby

cask 'qownnotes' do
version '19.7.2,b4361-141852'
sha256 '20ba7d2f7ca6d81b8988309f503052e4a9903121eade26ae6d809a9efb8cdb28'
# 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