From a4f7545137b4e5bd598ed744d8b2f72ae9ccd15c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:07:13 +0000 Subject: [PATCH 1/2] mockery 2.50.1 --- 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 36281ced6a01d..944de90c6e678 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.50.0.tar.gz" - sha256 "4c134b7005988b897c555f9e4117548b25ac3b017658064fc7d26491496c1847" + url "https://github.com/vektra/mockery/archive/refs/tags/v2.50.1.tar.gz" + sha256 "d83b4d518a05f55debd9f57555697de114c32e3b3bc1dfb628e4ae4e939c1528" license "BSD-3-Clause" head "https://github.com/vektra/mockery.git", branch: "master" From 56ecf509a70f4371fe39a3839fe73d58e31ae2b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:39:08 +0000 Subject: [PATCH 2/2] mockery: update 2.50.1 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 944de90c6e678..6ee8f021468ec 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: "f317c63992af1b9dd9a6f1e3726fe8dfa07390854fed5c6ac08a6ccc5bf062da" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f317c63992af1b9dd9a6f1e3726fe8dfa07390854fed5c6ac08a6ccc5bf062da" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f317c63992af1b9dd9a6f1e3726fe8dfa07390854fed5c6ac08a6ccc5bf062da" - sha256 cellar: :any_skip_relocation, sonoma: "51ab0c57de67832031870c452a3afb005b7661607735f19981b2d64fbcefc26b" - sha256 cellar: :any_skip_relocation, ventura: "51ab0c57de67832031870c452a3afb005b7661607735f19981b2d64fbcefc26b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89bd31e967ea9cef7e2ddbee16652f34716fba45e4fad0e03c81401aaa060ba5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf2cd9a4e476ddf2c3655a4bdf58f5bb44dd5ca6bf3e0d2903ca4381a99096cc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf2cd9a4e476ddf2c3655a4bdf58f5bb44dd5ca6bf3e0d2903ca4381a99096cc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cf2cd9a4e476ddf2c3655a4bdf58f5bb44dd5ca6bf3e0d2903ca4381a99096cc" + sha256 cellar: :any_skip_relocation, sonoma: "f7dd84f7615a45e063dd2c2b9478695c69e8ab2360bb1fc06bfa65297e37148a" + sha256 cellar: :any_skip_relocation, ventura: "f7dd84f7615a45e063dd2c2b9478695c69e8ab2360bb1fc06bfa65297e37148a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d71f8eafa048697b5cd4f6b7c2a0ac4140a7319019be0ac696bed03998235ef" end depends_on "go" => :build