Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / r / rotki.rb
blob6bd79f560b480a279fc9b0dbec02c77bae835a60
1 cask "rotki" do
2   arch arm: "arm64", intel: "x64"
4   version "1.37.1"
5   sha256 arm:   "ccd6e41f58d8fd1b89ea1dd804480190f7ad0e9de061a421cfac54d1e0ea4d89",
6          intel: "4b688ee3c76cc7834cadfa626db5b2541fe1bfcf22be6f1f1d3b0b40e8caaea1"
8   url "https://github.com/rotki/rotki/releases/download/v#{version}/rotki-darwin_#{arch}-v#{version}.dmg",
9       verified: "github.com/rotki/rotki/"
10   name "Rotki"
11   desc "Portfolio tracking and accounting tool"
12   homepage "https://rotki.com/"
14   livecheck do
15     url :url
16     strategy :github_latest
17   end
19   depends_on macos: ">= :big_sur"
21   app "rotki.app"
23   zap trash: [
24     "~/Library/Application Support/rotki",
25     "~/Library/Preferences/com.rotki.app.plist",
26     "~/Library/Saved Application State/com.rotki.app.savedState",
27   ]
28 end