Skip to content

Commit bf7a72b

Browse files
authored
Merge pull request Homebrew#235320 from Homebrew/bump-keploy-2.10.12
keploy 2.10.12
2 parents 6466ebf + 36cd501 commit bf7a72b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/keploy.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Keploy < Formula
22
desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries"
33
homepage "https://keploy.io"
4-
url "https://github.com/keploy/keploy/archive/refs/tags/v2.10.11.tar.gz"
5-
sha256 "e869090731be07e6ded19f2aed2b47fb82f827f28577d0276e32be3f99a69a24"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.10.12.tar.gz"
5+
sha256 "1a3e8098795359d22635501c9c19466a6b64bb2e6840bbf7131e8f09f64d0518"
66
license "Apache-2.0"
77
head "https://github.com/keploy/keploy.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e8d38b93f08d6b790a1f5138ad8f28bc61df62c8a7294d683f7f41bbd726127"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e8d38b93f08d6b790a1f5138ad8f28bc61df62c8a7294d683f7f41bbd726127"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e8d38b93f08d6b790a1f5138ad8f28bc61df62c8a7294d683f7f41bbd726127"
13-
sha256 cellar: :any_skip_relocation, sonoma: "da11ac34d4cbfba13f558cf5834a18651755a6e95ff0c05658a2fb85c7abb740"
14-
sha256 cellar: :any_skip_relocation, ventura: "da11ac34d4cbfba13f558cf5834a18651755a6e95ff0c05658a2fb85c7abb740"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7b764c9095e4b33238ad7a3d12f9b916c7abb8e4e5fc2f9afc4ed4e02f29503"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbfc138aa3fd45a8e04d3c5f609b731076f4c04ca2d6d615baaab9e22c43cf36"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbfc138aa3fd45a8e04d3c5f609b731076f4c04ca2d6d615baaab9e22c43cf36"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbfc138aa3fd45a8e04d3c5f609b731076f4c04ca2d6d615baaab9e22c43cf36"
13+
sha256 cellar: :any_skip_relocation, sonoma: "719fa88e30bf58e3ef8c0e61a75babac1465b750c42e064dd38376a065c9a9de"
14+
sha256 cellar: :any_skip_relocation, ventura: "719fa88e30bf58e3ef8c0e61a75babac1465b750c42e064dd38376a065c9a9de"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddd32ac11575760bd3110104ae7f70c9f08d3ff3c7f208ba1aae250d876fadde"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)