homebrew-cask/Casks/qownnotes.rb

16 lines
566 B
Ruby

cask 'qownnotes' do
version '19.5.1,b4255-104248'
sha256 '9310ac6ba8759ef89cdaf40f913e6eec01c70115ce403b6c14f5fe85a1c827d1'
# 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