Skip to content

Commit

Permalink
Merge pull request Homebrew#210035 from Homebrew/bump-keploy-2.4.8
Browse files Browse the repository at this point in the history
keploy 2.4.8
  • Loading branch information
BrewTestBot authored Mar 6, 2025
2 parents 6bf09c5 + b381fc9 commit 5035741
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/keploy.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Keploy < Formula
desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries"
homepage "https://keploy.io"
url "https://github.com/keploy/keploy/archive/refs/tags/v2.4.7.tar.gz"
sha256 "9086b9d95e7b4eabc7908419e7682871697e6f86983e39febc676623a7aede90"
url "https://github.com/keploy/keploy/archive/refs/tags/v2.4.8.tar.gz"
sha256 "34be646c1decaf8e054a316abedf4a5857878a4ab3e25f96a0bfc6db2948e88d"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2708b6d2da07e6c410af913d2f6aad5144601280ecfb71b72fcc5cea19ba743"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2708b6d2da07e6c410af913d2f6aad5144601280ecfb71b72fcc5cea19ba743"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d2708b6d2da07e6c410af913d2f6aad5144601280ecfb71b72fcc5cea19ba743"
sha256 cellar: :any_skip_relocation, sonoma: "c45ec05b67f10b17a1baaa48c69ef74dff80be6705038f98f0463e83151221e0"
sha256 cellar: :any_skip_relocation, ventura: "c45ec05b67f10b17a1baaa48c69ef74dff80be6705038f98f0463e83151221e0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9794f4ae8d80afd25e68b2f7ad266a7df7d6f8790a7efb3fd59c47052eaac96"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d91119f084af99f0d6d9f07e8931d97315288bf01a743661760ba735698d74f9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d91119f084af99f0d6d9f07e8931d97315288bf01a743661760ba735698d74f9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d91119f084af99f0d6d9f07e8931d97315288bf01a743661760ba735698d74f9"
sha256 cellar: :any_skip_relocation, sonoma: "eabc5367b54487d5c8a8b922a4fa9245d11c146ab0cc26d0e8e32f5b673368fb"
sha256 cellar: :any_skip_relocation, ventura: "eabc5367b54487d5c8a8b922a4fa9245d11c146ab0cc26d0e8e32f5b673368fb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "295d956f89355548b9134d82c59a9dbffbe4988fb24af7d983c427b60a2604d8"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5035741

Please sign in to comment.