Skip to content

Commit 934a808

Browse files
authored
Merge pull request #229862 from Homebrew/bump-keploy-2.6.18
keploy 2.6.18
2 parents 30acc50 + ad8c1f6 commit 934a808

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.17.tar.gz"
5-
sha256 "70432c557e2eb554f16747f10fde0d307506fdf824a80c41196f44d76f28c125"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.18.tar.gz"
5+
sha256 "889446a098a65611ecd4ad07d34c0b0fd4d673e7b86f2111f2e4344aecfa61ec"
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: "28709b10aaa0ff3624f968189781fa746eddde45fc5a1d74582a6108837ad810"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28709b10aaa0ff3624f968189781fa746eddde45fc5a1d74582a6108837ad810"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "28709b10aaa0ff3624f968189781fa746eddde45fc5a1d74582a6108837ad810"
13-
sha256 cellar: :any_skip_relocation, sonoma: "81d7f40460b306c25f36e14c3a1bd8b562daf316d9c12f7b1146a67ae23f5ba2"
14-
sha256 cellar: :any_skip_relocation, ventura: "81d7f40460b306c25f36e14c3a1bd8b562daf316d9c12f7b1146a67ae23f5ba2"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d810344fc944564a94a09631352592b2d4b4c1ea5526f71c9dd7eac822bb2a7e"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)