Skip to content

Commit b30f0b7

Browse files
authored
Merge pull request #228693 from Homebrew/bump-keploy-2.6.15
keploy 2.6.15
2 parents 09bd951 + 925aaaa commit b30f0b7

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.6.14.tar.gz"
5-
sha256 "e54c568ff2e3364ce36f0ce122cd9c236535f604a1cd94344707c23074367538"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.15.tar.gz"
5+
sha256 "96b09e0d8a7bc658f5c99ca2c7bd7c3e7a8a5392885c870822b590a88d742235"
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: "3eca276b110a4f5cf8a417e558c23044831c59486b99a541e53f74fcaa59e116"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3eca276b110a4f5cf8a417e558c23044831c59486b99a541e53f74fcaa59e116"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3eca276b110a4f5cf8a417e558c23044831c59486b99a541e53f74fcaa59e116"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8a33edb88645b8fe1123fb8ce2ad795a1e3a52f92330dc7c4a3321565ae2a12e"
14-
sha256 cellar: :any_skip_relocation, ventura: "8a33edb88645b8fe1123fb8ce2ad795a1e3a52f92330dc7c4a3321565ae2a12e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ebe9d80343d3085aecf0596d27fe9038e9be6b64a1b8dfbc9277827f15d69f2a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c85253a55e9093973dd960239fa705abf16a19ca2b175fe3d1d1f35e38562762"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c85253a55e9093973dd960239fa705abf16a19ca2b175fe3d1d1f35e38562762"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c85253a55e9093973dd960239fa705abf16a19ca2b175fe3d1d1f35e38562762"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8c60e804b11bb8f929464251a5c57a4df2e75538b2ff5f9bede07253c8de92b3"
14+
sha256 cellar: :any_skip_relocation, ventura: "8c60e804b11bb8f929464251a5c57a4df2e75538b2ff5f9bede07253c8de92b3"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7371435a8e563852d07e976bdf8e6d3c7edff3368980fecf0b07003502e8112e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)