Skip to content

Commit 5035741

Browse files
authored
Merge pull request Homebrew#210035 from Homebrew/bump-keploy-2.4.8
keploy 2.4.8
2 parents 6bf09c5 + b381fc9 commit 5035741

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,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.4.7.tar.gz"
5-
sha256 "9086b9d95e7b4eabc7908419e7682871697e6f86983e39febc676623a7aede90"
4+
url "https://github.com/keploy/keploy/archive/refs/tags/v2.4.8.tar.gz"
5+
sha256 "34be646c1decaf8e054a316abedf4a5857878a4ab3e25f96a0bfc6db2948e88d"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2708b6d2da07e6c410af913d2f6aad5144601280ecfb71b72fcc5cea19ba743"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2708b6d2da07e6c410af913d2f6aad5144601280ecfb71b72fcc5cea19ba743"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d2708b6d2da07e6c410af913d2f6aad5144601280ecfb71b72fcc5cea19ba743"
12-
sha256 cellar: :any_skip_relocation, sonoma: "c45ec05b67f10b17a1baaa48c69ef74dff80be6705038f98f0463e83151221e0"
13-
sha256 cellar: :any_skip_relocation, ventura: "c45ec05b67f10b17a1baaa48c69ef74dff80be6705038f98f0463e83151221e0"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9794f4ae8d80afd25e68b2f7ad266a7df7d6f8790a7efb3fd59c47052eaac96"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d91119f084af99f0d6d9f07e8931d97315288bf01a743661760ba735698d74f9"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d91119f084af99f0d6d9f07e8931d97315288bf01a743661760ba735698d74f9"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d91119f084af99f0d6d9f07e8931d97315288bf01a743661760ba735698d74f9"
12+
sha256 cellar: :any_skip_relocation, sonoma: "eabc5367b54487d5c8a8b922a4fa9245d11c146ab0cc26d0e8e32f5b673368fb"
13+
sha256 cellar: :any_skip_relocation, ventura: "eabc5367b54487d5c8a8b922a4fa9245d11c146ab0cc26d0e8e32f5b673368fb"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "295d956f89355548b9134d82c59a9dbffbe4988fb24af7d983c427b60a2604d8"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)