Skip to content

Commit 8800926

Browse files
authored
Merge pull request #246999 from Homebrew/bump-keploy-2.11.2
keploy 2.11.2
2 parents 653dd96 + 04efed3 commit 8800926

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/k/keploy.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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.11.1.tar.gz"
5-
sha256 "a7ac26062ae58ba7a0cd960b167e24953b121742918cd84f112369db1f939ab2"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.11.2.tar.gz"
5+
sha256 "c9295fc7111de581c7e4603a85f5f9265978eb4644f2d9f0f7c50f21aa656dfd"
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_tahoe: "5a331e429448968b3d003234ca081510bbd99d29b6e210d5b23a97326da6e1de"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a331e429448968b3d003234ca081510bbd99d29b6e210d5b23a97326da6e1de"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a331e429448968b3d003234ca081510bbd99d29b6e210d5b23a97326da6e1de"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f2de6ec9172875d3a3d48ccd543439c9ef496b719b6778ecb97d9fed182166c5"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c96035a06bbf48b46ea10292a609a96d817a86521dc18b49b852a8affdd4550d"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b75dbca29db148ab847219537946a2f7f4c3e7ce0450f926b3fb9a7a9312d033"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b75dbca29db148ab847219537946a2f7f4c3e7ce0450f926b3fb9a7a9312d033"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b75dbca29db148ab847219537946a2f7f4c3e7ce0450f926b3fb9a7a9312d033"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f5a167491df8a656ac22c8204de56a690b22e542ed4b657f6fd53909ebf9b189"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fcf9f592c893c650d4ed9b21f98099660e9ee33307de92d2da016ba3e8e34b93"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)