|
1 | 1 | class Keploy < Formula
|
2 | 2 | desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | 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" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments