Skip to content

Commit

Permalink
Add atomic-wallet v2.27.1 (Homebrew#100310)
Browse files Browse the repository at this point in the history
* Add atomic-wallet v2.27.1

* Fix style issues

* Add zap stanza

* Update atomic-wallet.rb

Co-authored-by: Miccal Matthews <[email protected]>
  • Loading branch information
TheCoolBlackCat and miccal authored Mar 2, 2021
1 parent 61368a0 commit 61292cf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/atomic-wallet.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "atomic-wallet" do
version "2.27.1"
sha256 :no_check

url "https://get.atomicwallet.io/download/atomicwallet.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/latest-mac.yml"
strategy :page_match
regex(/AtomicWallet-(\d+(?:\.\d+)*)\.zip/i)
end

app "Atomic Wallet.app"

zap trash: "~/Library/Application Support/atomic"
end

0 comments on commit 61292cf

Please sign in to comment.