1
1
class Mockery < Formula
2
2
desc "Mock code autogenerator for Golang"
3
3
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 "
6
6
license "BSD-3-Clause"
7
7
head "https://github.com/vektra/mockery.git" , branch : "master"
8
8
@@ -12,12 +12,12 @@ class Mockery < Formula
12
12
end
13
13
14
14
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 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments