homebrew-cask/Casks/q/qownnotes.rb

26 lines
649 B
Ruby

cask "qownnotes" do
version "23.9.7"
sha256 "4c4092f05b142878c97d09e1ef82f14c79c02d076bc9eba8b04c2585d0fec066"
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