homebrew-cask/Casks/q/qownnotes.rb

26 lines
649 B
Ruby

cask "qownnotes" do
version "23.9.4"
sha256 "13ee61f55fadb849e3bff2189d41f3ce022caf680fa98d2b1597dcc5d8a543a5"
url "https://github.com/pbek/QOwnNotes/releases/download/v#{version}/QOwnNotes.dmg",
verified: "github.com/pbek/QOwnNotes/"
name "QOwnNotes"
desc "Plain-text file notepad and todo-list manager"
homepage "https://www.qownnotes.org/"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :sierra"
app "QOwnNotes.app"
zap trash: [
"~/Library/Preferences/com.pbe.QOwnNotes.plist",
"~/Library/Saved Application State/com.PBE.QOwnNotes.savedState",
]
end