excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / rotki.rb
blob1e2dfc7417a94743e3d85ca41ddbb88b32e1a54e
1 cask "rotki" do
2   arch arm: "arm64", intel: "x64"
4   version "1.36.1"
5   sha256 arm:   "59135a65d43e2ed5b5cee79bbad577b8a5c8e37ce14ae902222db15f1e6f55da",
6          intel: "0783f12400790896064bfa6edfb5e4fe65151476edd7c472a642c7420146e196"
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   app "rotki.app"
21   zap trash: [
22     "~/Library/Application Support/rotki",
23     "~/Library/Preferences/com.rotki.app.plist",
24     "~/Library/Saved Application State/com.rotki.app.savedState",
25   ]
26 end