Skip to content
Open
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
1 change: 1 addition & 0 deletions Formula/h/httptap.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Httptap < Formula
desc "View HTTP/HTTPS requests made by any Linux program"
homepage "https://github.com/monasticacademy/httptap"
url "https://github.com/monasticacademy/httptap/archive/refs/tags/v0.1.1.tar.gz"
sha256 "dc6b99f20b1ab33f6801050a2367529a235c2b1a654d24f908b1f1bf62a36457"
license "MIT"
revision 1
head "https://github.com/monasticacademy/httptap.git", branch: "main"

bottle do
Expand All @@ -18,7 +19,7 @@
system "go", "build", *std_go_args(ldflags: "-s -w")
end

test do

Check warning on line 22 in Formula/h/httptap.rb

View workflow job for this annotation

GitHub Actions / build-formula (ubuntu-22.04-arm, ghcr.io/homebrew/ubuntu22.04:main, --user=linuxbrew, /github/hom...

`brew test --verbose chenrui333/tap/httptap` failed on Linux arm64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:67:in '<main>'

Check failure on line 22 in Formula/h/httptap.rb

View workflow job for this annotation

GitHub Actions / build-formula (ubuntu-22.04, ghcr.io/homebrew/ubuntu22.04:main, --user=linuxbrew, /github/home, f...

`brew test --verbose chenrui333/tap/httptap` failed on Linux x86_64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:67:in '<main>'
output = shell_output("#{bin}/httptap -- curl -s https://httpbin.org -o /dev/null")
assert_match "<--- 200 https://httpbin.org/", output
end
Expand Down
Loading