From faf6567cf5ae382787c69a1f1867b9052bf04d46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:02:49 +0000 Subject: [PATCH] totp-cli: update 1.8.8 bottle. --- Formula/t/totp-cli.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/t/totp-cli.rb b/Formula/t/totp-cli.rb index ba4949550eb3f..9f4544002f149 100644 --- a/Formula/t/totp-cli.rb +++ b/Formula/t/totp-cli.rb @@ -7,14 +7,12 @@ class TotpCli < Formula head "https://github.com/yitsushi/totp-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb0fc63e67ccb68a771ca2a3b045bfc085392e39649e2aceed871f592384312e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "639a52e26a4fe096876d49c21bb486fc180af52e420cca8d04144d0d6edb5bbe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "639a52e26a4fe096876d49c21bb486fc180af52e420cca8d04144d0d6edb5bbe" - sha256 cellar: :any_skip_relocation, arm64_monterey: "639a52e26a4fe096876d49c21bb486fc180af52e420cca8d04144d0d6edb5bbe" - sha256 cellar: :any_skip_relocation, sonoma: "0c333a8962572dde76230a73d35a892d60e4f3f63784663a6abd2b2917b5e669" - sha256 cellar: :any_skip_relocation, ventura: "0c333a8962572dde76230a73d35a892d60e4f3f63784663a6abd2b2917b5e669" - sha256 cellar: :any_skip_relocation, monterey: "0c333a8962572dde76230a73d35a892d60e4f3f63784663a6abd2b2917b5e669" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a5d08e28099b6ebb9af6afed9b168c289a35a79c633b2027ef82adecb95850e1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3fb44e2dc96600996a071d09b320d9433b86f223dd4db1d5d78a56cd77067bc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3fb44e2dc96600996a071d09b320d9433b86f223dd4db1d5d78a56cd77067bc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3fb44e2dc96600996a071d09b320d9433b86f223dd4db1d5d78a56cd77067bc" + sha256 cellar: :any_skip_relocation, sonoma: "37cfcee16c239ee82285f7f68f5137d40b77277fa4b84506b50fa7b73b848d57" + sha256 cellar: :any_skip_relocation, ventura: "37cfcee16c239ee82285f7f68f5137d40b77277fa4b84506b50fa7b73b848d57" + sha256 cellar: :any_skip_relocation, x86_64_linux: "72045ef678c09cfe94ca044cc7ae8057bdd2a79201abc15469ef7f0e6be11ae8" end depends_on "go" => :build