cask "atomic-wallet" do version "2.91.13" sha256 "caa776554a33c82f0dec203a0c535bafc52ce9f66fd771742b157cc1947a487c" url "https://releases.atomicwallet.io/AtomicWallet-#{version}.dmg" name "Atomic Wallet" desc "Manage Bitcoin, Ethereum, XRP, Litecoin, XLM and over 300 other coins and tokens" homepage "https://atomicwallet.io/" livecheck do url "https://releases.atomicwallet.io/download/latest-mac.txt" regex(/v?(\d+(?:[.-]\d+)+)/i) end depends_on macos: ">= :high_sierra" app "Atomic Wallet.app" zap trash: [ "~/Library/Application Support/atomic", "~/Library/Logs/atomic", "~/Library/Preferences/io.atomicwallet.plist", "~/Library/Saved Application State/io.atomicwallet.savedState", ] end