homebrew-cask/Casks/qownnotes.rb

16 lines
514 B
Ruby

cask "qownnotes" do
version "20.11.11"
sha256 "2f5341f57094e702f2aa564099014a0a0426950c6e6313d1b1086a1468f650a1"
# github.com/pbek/QOwnNotes/ was verified as official when first introduced to the cask
url "https://github.com/pbek/QOwnNotes/releases/download/v#{version}/QOwnNotes.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