Skip to content

Commit fed3b44

Browse files
authored
Merge pull request Homebrew#227269 from Homebrew/bump-keploy-2.6.10
keploy 2.6.10
2 parents f8778e4 + 9a7f087 commit fed3b44

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.9.tar.gz"
5-
sha256 "3767174a4f037610be309c8930ee329a0e73e1c426a9fbcb1d60f9ad95707de1"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.10.tar.gz"
5+
sha256 "5232b54932095aaa356cbf9e7202caecc20d2a5246f9d1520e0ad97934c1ba92"
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: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2"
13-
sha256 cellar: :any_skip_relocation, sonoma: "74f47f9b79f65b028f85dbc35ecef4250658acbd095351d68d13a5731a6e2be6"
14-
sha256 cellar: :any_skip_relocation, ventura: "74f47f9b79f65b028f85dbc35ecef4250658acbd095351d68d13a5731a6e2be6"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "681e0f312308d20a46a6802b1758033c97be921347eec92e13410e7dc21978a8"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664"
13+
sha256 cellar: :any_skip_relocation, sonoma: "5d6e52acb8214b2e9a3fbfbfdfca4faa14eb22ac3030e0ed05d95ace2497e80d"
14+
sha256 cellar: :any_skip_relocation, ventura: "5d6e52acb8214b2e9a3fbfbfdfca4faa14eb22ac3030e0ed05d95ace2497e80d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f311f1e766990c510fa361adc5370927718733a3f37a07ba5ec08dba19ed0d50"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)