Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/k/keploy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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/v3.3.24.tar.gz"
sha256 "84a500d71118f79ec51bbaa559d1167ee957fc373c877c6b8d9fef61c5266cc1"
url "https://github.com/keploy/keploy/archive/refs/tags/v3.3.25.tar.gz"
sha256 "4790c0b1dca6413bcbd23e581f44a0c65836b02b0e993ec7168b1fa4cb4bd898"
license "Apache-2.0"
head "https://github.com/keploy/keploy.git", branch: "main"

Expand All @@ -17,7 +17,7 @@

depends_on "go" => :build

def install

Check failure on line 20 in Formula/k/keploy.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle keploy` failed on Linux x86_64!

::error::keploy 3.3.25 did not build
system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}")
end

Expand Down
Loading