Skip to content

Commit ffa0123

Browse files
authored
Merge pull request Homebrew#202805 from Homebrew/bump-mockery-2.50.2
mockery 2.50.2
2 parents 76d5625 + 5b6cc60 commit ffa0123

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mockery.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mockery < Formula
22
desc "Mock code autogenerator for Golang"
33
homepage "https://github.com/vektra/mockery"
4-
url "https://github.com/vektra/mockery/archive/refs/tags/v2.50.1.tar.gz"
5-
sha256 "d83b4d518a05f55debd9f57555697de114c32e3b3bc1dfb628e4ae4e939c1528"
4+
url "https://github.com/vektra/mockery/archive/refs/tags/v2.50.2.tar.gz"
5+
sha256 "9c0f3211609dd799011440aab8b385d7a31b27966c943eb53f89b8219066d126"
66
license "BSD-3-Clause"
77
head "https://github.com/vektra/mockery.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Mockery < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf2cd9a4e476ddf2c3655a4bdf58f5bb44dd5ca6bf3e0d2903ca4381a99096cc"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf2cd9a4e476ddf2c3655a4bdf58f5bb44dd5ca6bf3e0d2903ca4381a99096cc"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf2cd9a4e476ddf2c3655a4bdf58f5bb44dd5ca6bf3e0d2903ca4381a99096cc"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f7dd84f7615a45e063dd2c2b9478695c69e8ab2360bb1fc06bfa65297e37148a"
19-
sha256 cellar: :any_skip_relocation, ventura: "f7dd84f7615a45e063dd2c2b9478695c69e8ab2360bb1fc06bfa65297e37148a"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d71f8eafa048697b5cd4f6b7c2a0ac4140a7319019be0ac696bed03998235ef"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c458f4da205af8dd1a8ebe9f42d84d336bf1d61ae41e24b0f47eb810dc4a257"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c458f4da205af8dd1a8ebe9f42d84d336bf1d61ae41e24b0f47eb810dc4a257"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6c458f4da205af8dd1a8ebe9f42d84d336bf1d61ae41e24b0f47eb810dc4a257"
18+
sha256 cellar: :any_skip_relocation, sonoma: "d158a8c7bfdce2b80dc535cc535bb6bd6f26cc230a13545941281440e0a4c75a"
19+
sha256 cellar: :any_skip_relocation, ventura: "d158a8c7bfdce2b80dc535cc535bb6bd6f26cc230a13545941281440e0a4c75a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "20b140d5417c3c47408561f5bac02b74a8c76fcf672cbed318535d28aadb85c4"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)