Skip to content

Commit 280e6d2

Browse files
authored
Merge pull request Homebrew#230394 from Homebrew/bump-keploy-2.6.20
keploy 2.6.20
2 parents 5d0d97c + 1a42701 commit 280e6d2

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.19.tar.gz"
5-
sha256 "45b95367059b3de67dde6f6a8cdc926c50f31f0beb9472d7d15ee2b093127e49"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.20.tar.gz"
5+
sha256 "5c4d4d49936b24b7b73b2608cc7fcd01f1654c9d5cee65e5069fdce7fdba97d5"
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: "6cf395dcc7ca3e6f6bd6c6b3cdf40cb4ed7adb69c46dd43dcb2b3bdc52a75a61"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6cf395dcc7ca3e6f6bd6c6b3cdf40cb4ed7adb69c46dd43dcb2b3bdc52a75a61"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6cf395dcc7ca3e6f6bd6c6b3cdf40cb4ed7adb69c46dd43dcb2b3bdc52a75a61"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8db4a755adc011652b0ac95fa0e99e4694ce4b4604353a2a930e011a97724929"
14-
sha256 cellar: :any_skip_relocation, ventura: "8db4a755adc011652b0ac95fa0e99e4694ce4b4604353a2a930e011a97724929"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "35712779e198738bb38c59625a9540e42a5476cf95c19d38a9f0078b4a45d698"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2eb90bdb50422e1e2748640fb3938cf83a6840156b0eed67a18d3f7e1573b51a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2eb90bdb50422e1e2748640fb3938cf83a6840156b0eed67a18d3f7e1573b51a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2eb90bdb50422e1e2748640fb3938cf83a6840156b0eed67a18d3f7e1573b51a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f696d0e939a347e1505aeaa11fb372e8fa44ecc974b8f4bebd72280b554a44ad"
14+
sha256 cellar: :any_skip_relocation, ventura: "f696d0e939a347e1505aeaa11fb372e8fa44ecc974b8f4bebd72280b554a44ad"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "50cc4f178b25d3599126f3cf5b82b2e65ebe68ec1aae129e8502c33b76674b52"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)