|
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.6.18.tar.gz" |
5 | | - sha256 "889446a098a65611ecd4ad07d34c0b0fd4d673e7b86f2111f2e4344aecfa61ec" |
| 4 | + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.19.tar.gz" |
| 5 | + sha256 "45b95367059b3de67dde6f6a8cdc926c50f31f0beb9472d7d15ee2b093127e49" |
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: "14077d638d4340f78cb7f7fefa94808112a846610a1fee304b550719e75981e9" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "14077d638d4340f78cb7f7fefa94808112a846610a1fee304b550719e75981e9" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "14077d638d4340f78cb7f7fefa94808112a846610a1fee304b550719e75981e9" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a8720369276f0a9419169c59f32da64c32edd314d6322b7e864a564f52563621" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "a8720369276f0a9419169c59f32da64c32edd314d6322b7e864a564f52563621" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d237bd4cabc67e03f2ea420777dbeb5a5ec0f1a63ff43423cfd35b04d78d96b8" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6cf395dcc7ca3e6f6bd6c6b3cdf40cb4ed7adb69c46dd43dcb2b3bdc52a75a61" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6cf395dcc7ca3e6f6bd6c6b3cdf40cb4ed7adb69c46dd43dcb2b3bdc52a75a61" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "6cf395dcc7ca3e6f6bd6c6b3cdf40cb4ed7adb69c46dd43dcb2b3bdc52a75a61" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "8db4a755adc011652b0ac95fa0e99e4694ce4b4604353a2a930e011a97724929" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "8db4a755adc011652b0ac95fa0e99e4694ce4b4604353a2a930e011a97724929" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "35712779e198738bb38c59625a9540e42a5476cf95c19d38a9f0078b4a45d698" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments