Skip to content

Commit 2901841

Browse files
authored
Merge pull request #219987 from Homebrew/bump-mockery-3.2.1
mockery 3.2.1
2 parents 38859d8 + c882138 commit 2901841

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/v3.2.0.tar.gz"
5-
sha256 "a1ea953b4d172e81f175502f77ba645d8f90557a7595861ba2458196e27de838"
4+
url "https://github.com/vektra/mockery/archive/refs/tags/v3.2.1.tar.gz"
5+
sha256 "010a0c884a93d355f421a0135b2f2c46a0acfed8433ac1dc631aa4d8390c6f3f"
66
license "BSD-3-Clause"
77
head "https://github.com/vektra/mockery.git", branch: "v3"
88

@@ -15,12 +15,12 @@ class Mockery < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b00f99963857bffb96810dc19c42f85debf14a4d65a139f2793bdafbc428fcc2"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b00f99963857bffb96810dc19c42f85debf14a4d65a139f2793bdafbc428fcc2"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b00f99963857bffb96810dc19c42f85debf14a4d65a139f2793bdafbc428fcc2"
21-
sha256 cellar: :any_skip_relocation, sonoma: "6bfa05de4d1bfb98e625036464f94c546788d2cfec744feb234013db3aa3c18a"
22-
sha256 cellar: :any_skip_relocation, ventura: "6bfa05de4d1bfb98e625036464f94c546788d2cfec744feb234013db3aa3c18a"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "725e8b331ae50cd5ee5b304d55ce6cf79037e030995574993a8469247a72360f"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b7b6180b9e051549c7fa180e577ace55f152c85b1764c4c58e348d772d10061"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b7b6180b9e051549c7fa180e577ace55f152c85b1764c4c58e348d772d10061"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b7b6180b9e051549c7fa180e577ace55f152c85b1764c4c58e348d772d10061"
21+
sha256 cellar: :any_skip_relocation, sonoma: "75346ddd92efe61354182d201735936f36ff61e8a7e76681068f126c170a7202"
22+
sha256 cellar: :any_skip_relocation, ventura: "75346ddd92efe61354182d201735936f36ff61e8a7e76681068f126c170a7202"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a62814a9148e192c3f282bbbef73751377b25a41942a73a743595ab4f86392b7"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)