Skip to content

Commit b5ffab7

Browse files
authored
Merge pull request #245111 from Homebrew/bump-keploy-2.10.25
keploy 2.10.25
2 parents ae87d85 + 6ec9b0b commit b5ffab7

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.10.24.tar.gz"
5-
sha256 "b208809912513c7b7a2e5917d5d1fb68255c5a51234b2ff8baa47f725073f90e"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.10.25.tar.gz"
5+
sha256 "63482ca2d251c52e84771f05ab77e502bbec715204122d6431e58358baba4989"
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: "7a011b72f0c1c23eb0b0dbb447ed2f9e8f9c7505c789cfab754bff7b794b51a5"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a011b72f0c1c23eb0b0dbb447ed2f9e8f9c7505c789cfab754bff7b794b51a5"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a011b72f0c1c23eb0b0dbb447ed2f9e8f9c7505c789cfab754bff7b794b51a5"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8a784e86998ed80a5326528613c87cbb768ab421fff2695bbc5acc287fd227f0"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6965199af48720d9f1ccab28c818b4d09f1b30bdd87a290486973338e4ac40b5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8e77ed251cf0e37252ef7c63c98e9c6d746bd7033fbb323a8d9c83dc2aec23dd"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e77ed251cf0e37252ef7c63c98e9c6d746bd7033fbb323a8d9c83dc2aec23dd"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e77ed251cf0e37252ef7c63c98e9c6d746bd7033fbb323a8d9c83dc2aec23dd"
13+
sha256 cellar: :any_skip_relocation, sonoma: "181644b486d822fc6e033783882cc35f153966b35dec7dcd4a39ff6544432b58"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddcd037ae2a176278d296f1c39a7de8f87846f42c3aeffb66f1c32900cc4dd04"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)