Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / k / kyokan-bob.rb
blobe38d3aef1e9e0004f443e8a5733b6a5902868ff8
1 cask "kyokan-bob" do
2   arch arm: "arm64", intel: "x86"
4   version "2.1.0"
5   sha256 arm:   "0fe432c089333b21af568ba1ef5f33fda95c1ab2a27e9cc445413ec012661fd1",
6          intel: "84aa56ec0d7269dd66764d8ca01bb110d9fd88e380b5fbc7749dc7d6b321bd22"
8   url "https://github.com/kyokan/bob-wallet/releases/download/v#{version}/Bob-#{version}-#{arch}.dmg",
9       verified: "github.com/kyokan/bob-wallet/"
10   name "Bob Wallet"
11   desc "Handshake wallet GUI for managing transactions, name auctions, and DNS records"
12   homepage "https://bobwallet.io/"
14   livecheck do
15     url :url
16     regex(/^v?(\d+(?:\.\d+)+)$/i)
17   end
19   depends_on macos: ">= :high_sierra"
21   app "Bob.app"
23   zap trash: [
24     "~/Library/Application Support/Bob",
25     "~/Library/Preferences/com.kyokan.BobRelease.plist",
26     "~/Library/Saved Application State/com.kyokan.BobRelease.savedState",
27   ]
28 end