Skip to content

Commit 5a4ead2

Browse files
authored
Merge pull request #232833 from Homebrew/bump-keploy-2.9.0
keploy 2.9.0
2 parents b1a9eae + cb36c64 commit 5a4ead2

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.8.4.tar.gz"
5-
sha256 "bd0d4089fdcadfc60d2d8f0719c637b7e507b198dfc7aea811b2586d197b7299"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.9.0.tar.gz"
5+
sha256 "a12276b776560531f9c05086d4e6b92b5de957cae507cf0079a5626190ba5d1b"
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: "efb538c61dae9c839fd14e2da242d09a9ce3dda42f7bba964ac8119449a9d10d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "efb538c61dae9c839fd14e2da242d09a9ce3dda42f7bba964ac8119449a9d10d"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "efb538c61dae9c839fd14e2da242d09a9ce3dda42f7bba964ac8119449a9d10d"
13-
sha256 cellar: :any_skip_relocation, sonoma: "130d0de1685e4de462030de13d29e4715ea03c0faf0f318e1a9cedd7fab82d7a"
14-
sha256 cellar: :any_skip_relocation, ventura: "130d0de1685e4de462030de13d29e4715ea03c0faf0f318e1a9cedd7fab82d7a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d32077ef1467ddd362f1ea1b8cb337b3b409de776b239e667f9d787530e8d62"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75088f4390ae81a42e4bd53f4f436bbf0f50c8e9c8e3c948365397a53923dc9c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "75088f4390ae81a42e4bd53f4f436bbf0f50c8e9c8e3c948365397a53923dc9c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "75088f4390ae81a42e4bd53f4f436bbf0f50c8e9c8e3c948365397a53923dc9c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9bc87245c2fbb4adef626082b0e776f176236c1ee226d064284c54c15f8a54d1"
14+
sha256 cellar: :any_skip_relocation, ventura: "9bc87245c2fbb4adef626082b0e776f176236c1ee226d064284c54c15f8a54d1"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "95c8827c6a6b68431f0a045d0940821eecbd898ee10efbe7e5bf92a22d122b3a"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)