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/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 "
6
6
license "BSD-3-Clause"
7
7
head "https://github.com/vektra/mockery.git" , branch : "v3"
8
8
@@ -15,12 +15,12 @@ class Mockery < Formula
15
15
end
16
16
17
17
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 "
24
24
end
25
25
26
26
depends_on "go" => :build
0 commit comments