diff --git a/Formula/g/grin-wallet.rb b/Formula/g/grin-wallet.rb index 682e0e52c8da..cadf2d93923d 100644 --- a/Formula/g/grin-wallet.rb +++ b/Formula/g/grin-wallet.rb @@ -1,19 +1,17 @@ class GrinWallet < Formula desc "Official wallet for the cryptocurrency Grin" homepage "https://grin.mw" - url "https://github.com/mimblewimble/grin-wallet/archive/refs/tags/v5.3.1.tar.gz" - sha256 "48541d3aa6339b9c158c79d6024ba93ae68ce7ae26acbde11c6f82c71375b2fd" + url "https://github.com/mimblewimble/grin-wallet/archive/refs/tags/v5.3.3.tar.gz" + sha256 "defe25b5e8e8c6f94a57792cd197e9d753710cb91a6e82dfc25177cea16bde24" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "28d2fa050e13d841474ed2a606140180621e66158dc0126d42e30111932d8cee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "652b8dcc00761c20d9cd89ea9744458c4f54265411db5e7aac6954f698b70530" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7376e1fea833a1a8104ce94ea6732bbf5e231f20032ae2cba86395d430f8a800" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8af153afa4b5008b38fc7a094c48722bab890e8ef88725b9ed3dc8e9be213a27" - sha256 cellar: :any_skip_relocation, sonoma: "66dfe12962df1d1750dd68f3ded18cf7ed0171874cddc7a3b5b1105910f96778" - sha256 cellar: :any_skip_relocation, ventura: "992018083f136ced75aaec7f93950494cef842ec0eaea0d207b4a6e09007a505" - sha256 cellar: :any_skip_relocation, monterey: "616c86c6d60fcff61bbf1c2bf9f93d6fb89923ea975f664ef21364e9a15de46f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aafd9ccbcb1f10d93fa3fee56d9bcc114c004436f5ed85970d7f7e1cb0b7b3ea" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d54049d62d5a0b36292b2d21e5563848aac9d460780bd4bf454f7327e53a05d7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "634ac3133c50339f68b98c0c3c2079af681802427a81ad7bd9ead796b06bd231" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f4dfcada1df61633644eb26265f31587ed1476b2662f167c5952b36308633861" + sha256 cellar: :any_skip_relocation, sonoma: "edf969535683ee653d73a8ec8e3e7e5f5034d138afaeb1e73d7e6d002e1aa0fa" + sha256 cellar: :any_skip_relocation, ventura: "bcbcc92456ae39aa8503324872f30820719cfc5629252f5f6775aac15dac3032" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb8c9ea2d9d49a06a26ca2fd622921b83ae9144e496829f0c52d451a4fbe7286" end depends_on "rust" => :build