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
4 changes: 2 additions & 2 deletions Formula/s/serve.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Serve < Formula
desc "Static http server anywhere you need one"
homepage "https://github.com/syntaqx/serve"
url "https://github.com/syntaqx/serve/archive/refs/tags/v0.7.1.tar.gz"
sha256 "a557da378ecf66d34585542b365daf6e35e1e926452f4bb96f6ab1b151c66e0b"
url "https://github.com/syntaqx/serve/archive/refs/tags/v0.8.0.tar.gz"
sha256 "636223c5b9d9af83601ad82be5dd8788bd35b58160f4420a899e00fc82e7618d"
license "MIT"
head "https://github.com/syntaqx/serve.git", branch: "main"

Expand All @@ -21,7 +21,7 @@
system "go", "build", *std_go_args(ldflags: "-X main.version=#{version}"), "./cmd/serve"
end

test do

Check failure on line 24 in Formula/s/serve.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew test --verbose serve` failed on Linux arm64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:63:in '<main>'
port = free_port
pid = spawn bin/"serve", "-port", port.to_s
sleep 1
Expand Down
Loading