From eed3e7e4a2f160e05056ac229f2ecfb470a4fd46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 15 Aug 2026 03:23:38 +0000 Subject: [PATCH 1/2] serve 0.8.0 Signed-off-by: Rui Chen --- Formula/s/serve.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/s/serve.rb b/Formula/s/serve.rb index 5b76a36c72113..310d69b952297 100644 --- a/Formula/s/serve.rb +++ b/Formula/s/serve.rb @@ -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" @@ -22,6 +22,7 @@ def install end test do + (testpath/"index.html").write("

serve

") port = free_port pid = spawn bin/"serve", "-port", port.to_s sleep 1 From 8496c1b12e0a1f737acefa6b100e5a862655b6c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:04:19 +0000 Subject: [PATCH 2/2] serve: update 0.8.0 bottle. --- Formula/s/serve.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/serve.rb b/Formula/s/serve.rb index 310d69b952297..ed0a6a573f72f 100644 --- a/Formula/s/serve.rb +++ b/Formula/s/serve.rb @@ -7,12 +7,12 @@ class Serve < Formula head "https://github.com/syntaqx/serve.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f20f905bcb40868152269a0d134dac246557d0e9860ce6f0c47e5f769d24a642" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f20f905bcb40868152269a0d134dac246557d0e9860ce6f0c47e5f769d24a642" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f20f905bcb40868152269a0d134dac246557d0e9860ce6f0c47e5f769d24a642" - sha256 cellar: :any_skip_relocation, sonoma: "eadbc704bb266fd7da9459b77dad9dc59b0e2145328cf344b294ca11a5d92238" - sha256 cellar: :any_skip_relocation, arm64_linux: "eb00fce358a6a0dd07a029325cca6abf5a1ad79adec846e5ecf85c5e905da7db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea8df586110143308c957a2d99e8324fab02ab72e95180bf99ce7e2ee73e6c7c" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "694f3d62a09a475cf463575e41216c883f1d5f45868bf20f0389fb14f7279e88" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "694f3d62a09a475cf463575e41216c883f1d5f45868bf20f0389fb14f7279e88" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "694f3d62a09a475cf463575e41216c883f1d5f45868bf20f0389fb14f7279e88" + sha256 cellar: :any_skip_relocation, sonoma: "01a2d98989415ff686e625532b5f4401e7ca6c2ea3a38688242b5cf349d5831c" + sha256 cellar: :any_skip_relocation, arm64_linux: "d360ec4b4bfb4027d7a4136e9d57c856876926aa044f572e55e845f1beaa1411" + sha256 cellar: :any, x86_64_linux: "95348d7e86d96da32c05c7e3c781727b4f7fbb4a868e30af2de5137b590e73c2" end depends_on "go" => :build