|
1 | 1 | class Keploy < Formula |
2 | 2 | desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/keploy/keploy.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments