excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / leapp.rb
blob4e2aee4d2fd0532ed3700c9b295b0a14998e4bec
1 cask "leapp" do
2   arch arm: "-arm64"
4   version "0.26.1"
5   sha256 arm:   "12219dced13feb0cb46e6f47dbda58588749de72b989635068af6cac338c1f8d",
6          intel: "bdf54a3a26649980057e54d0d3cc757f6ce81d5aa02f55b7246b0d0168726790"
8   url "https://asset.noovolari.com/#{version}/Leapp-#{version}#{arch}.dmg",
9       verified: "asset.noovolari.com/"
10   name "Leapp"
11   desc "Cloud credentials manager"
12   homepage "https://www.leapp.cloud/"
14   livecheck do
15     url "https://asset.noovolari.com/latest/latest-mac.yml"
16     strategy :electron_builder
17   end
19   app "Leapp.app"
21   zap trash: [
22     "~/.Leapp",
23     "~/Library/Application Support/Leapp",
24     "~/Library/Logs/Leapp",
25     "~/Library/Preferences/com.leapp.app.plist",
26     "~/Library/Saved Application State/com.leapp.app.savedState",
27   ]
28 end