|
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.24.tar.gz" |
5 |
| - sha256 "b208809912513c7b7a2e5917d5d1fb68255c5a51234b2ff8baa47f725073f90e" |
| 4 | + url "https://github.com/keploy/keploy/archive/refs/tags/v2.10.25.tar.gz" |
| 5 | + sha256 "63482ca2d251c52e84771f05ab77e502bbec715204122d6431e58358baba4989" |
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_tahoe: "7a011b72f0c1c23eb0b0dbb447ed2f9e8f9c7505c789cfab754bff7b794b51a5" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a011b72f0c1c23eb0b0dbb447ed2f9e8f9c7505c789cfab754bff7b794b51a5" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a011b72f0c1c23eb0b0dbb447ed2f9e8f9c7505c789cfab754bff7b794b51a5" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "8a784e86998ed80a5326528613c87cbb768ab421fff2695bbc5acc287fd227f0" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "6965199af48720d9f1ccab28c818b4d09f1b30bdd87a290486973338e4ac40b5" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "8e77ed251cf0e37252ef7c63c98e9c6d746bd7033fbb323a8d9c83dc2aec23dd" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e77ed251cf0e37252ef7c63c98e9c6d746bd7033fbb323a8d9c83dc2aec23dd" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e77ed251cf0e37252ef7c63c98e9c6d746bd7033fbb323a8d9c83dc2aec23dd" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "181644b486d822fc6e033783882cc35f153966b35dec7dcd4a39ff6544432b58" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ddcd037ae2a176278d296f1c39a7de8f87846f42c3aeffb66f1c32900cc4dd04" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments