Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / z / znote.rb
blobc0dd1501750b847158719448f150e5ed0a1f28c7
1 cask "znote" do
2   arch arm: "-arm64"
4   version "2.7.11"
5   sha256 arm:   "bc6125460e223768cd28530d7f0792bd3f4f436ed9d7548c21384583225d6772",
6          intel: "5de59feb278799b5193a1f07bac579894eade0427cab13c1b0e35f2db6a2066e"
8   url "https://github.com/alagrede/znote-app/releases/download/v#{version}/znote-#{version}#{arch}.dmg",
9       verified: "github.com/alagrede/znote-app/"
10   name "Znote"
11   desc "Notes-taking app"
12   homepage "https://znote.io/"
14   livecheck do
15     url :url
16     strategy :github_latest
17   end
19   depends_on macos: ">= :catalina"
21   app "znote.app"
23   zap trash: [
24     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.tony.znote.sfl*",
25     "~/Library/Application Support/znote",
26     "~/Library/Preferences/com.tony.znote.plist",
27     "~/Library/Saved Application State/com.tony.znote.savedState",
28   ]
29 end