homebrew-cask/Casks/qownnotes.rb

16 lines
567 B
Ruby

cask 'qownnotes' do
version '20.5.1,b5572-105107'
sha256 '4b617532052aeca885bffd1855a4a64c7a07fbfd3111f3b80d81f82ffbb3fd34'
# 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