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.1 .0.tar.gz"
5
- sha256 "d7b01b1b2d292eb90d492fc3bf2ad3924fdf7f92d23b4c8b16c5645849902280 "
4
+ url "https://github.com/vektra/mockery/archive/refs/tags/v3.2 .0.tar.gz"
5
+ sha256 "a1ea953b4d172e81f175502f77ba645d8f90557a7595861ba2458196e27de838 "
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 : "4bd045dbc583a130717f567ee68b16a862ebc9abfcaa76865e81f82cb7384d47 "
19
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "4bd045dbc583a130717f567ee68b16a862ebc9abfcaa76865e81f82cb7384d47 "
20
- sha256 cellar : :any_skip_relocation , arm64_ventura : "4bd045dbc583a130717f567ee68b16a862ebc9abfcaa76865e81f82cb7384d47 "
21
- sha256 cellar : :any_skip_relocation , sonoma : "429cf65270e4fc97b347ce496d81b49b22de3c4299db0174427ce6af5a819b09 "
22
- sha256 cellar : :any_skip_relocation , ventura : "429cf65270e4fc97b347ce496d81b49b22de3c4299db0174427ce6af5a819b09 "
23
- sha256 cellar : :any_skip_relocation , x86_64_linux : "ac4dfa4c3ed2cea6c19b15875f437602fee1250b8c2b00f252c0641962ada546 "
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 "
24
24
end
25
25
26
26
depends_on "go" => :build
0 commit comments