From d3729282afa714b9e76bbec18bc0912bbb9a9772 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:09:00 +0000 Subject: [PATCH 1/2] mockery 2.49.2 --- Formula/m/mockery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 00d28d36ed79..516bf4c266f7 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -1,8 +1,8 @@ class Mockery < Formula desc "Mock code autogenerator for Golang" homepage "https://github.com/vektra/mockery" - url "https://github.com/vektra/mockery/archive/refs/tags/v2.49.1.tar.gz" - sha256 "d251ef5a1213c0deaad2df569ff68b49e7fbc4c9d186cf79939bbe855cf54ae9" + url "https://github.com/vektra/mockery/archive/refs/tags/v2.49.2.tar.gz" + sha256 "b8f89d6903ec92dcfe037a314ce546aa066fca314218651b50639dc9e0e9d8a4" license "BSD-3-Clause" head "https://github.com/vektra/mockery.git", branch: "master" From 9efb96986323b20f8b84c6b1c5fe09508e5ff859 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:11:57 +0000 Subject: [PATCH 2/2] mockery: update 2.49.2 bottle. --- Formula/m/mockery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 516bf4c266f7..092b54f77c2b 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -12,12 +12,12 @@ class Mockery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd81f3983765a2b6aaa222c9235d6ac119446ad19bf3fe0ab823cb2e246225a9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd81f3983765a2b6aaa222c9235d6ac119446ad19bf3fe0ab823cb2e246225a9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd81f3983765a2b6aaa222c9235d6ac119446ad19bf3fe0ab823cb2e246225a9" - sha256 cellar: :any_skip_relocation, sonoma: "6228452d6b015b0483bd9fbd97eb8017987043a267c8030b7274fb35b5077cdc" - sha256 cellar: :any_skip_relocation, ventura: "6228452d6b015b0483bd9fbd97eb8017987043a267c8030b7274fb35b5077cdc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e17ff11655a79dba10e8986705427c71553bbe5271bd2bef997a8e0dcabfd02f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb0606eaf50dfd882b07e03b81d1b430ec0d6d96e95d1dcf171f1f098f5c4fce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb0606eaf50dfd882b07e03b81d1b430ec0d6d96e95d1dcf171f1f098f5c4fce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bb0606eaf50dfd882b07e03b81d1b430ec0d6d96e95d1dcf171f1f098f5c4fce" + sha256 cellar: :any_skip_relocation, sonoma: "eb417a539c08d1f1e07e1b99e4511fae60c9bd0c28ea794e6d7a8c05d447c1da" + sha256 cellar: :any_skip_relocation, ventura: "eb417a539c08d1f1e07e1b99e4511fae60c9bd0c28ea794e6d7a8c05d447c1da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e2ac807df6de8ba1c3be60b76346550138ec59c9d2edfbd0980c0b7bd2ca9e19" end depends_on "go" => :build