From 156bffc029c60a791d31098f68ad5ad14fd73059 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:52:55 +0000 Subject: [PATCH 1/2] cpp-httplib 0.18.7 --- Formula/c/cpp-httplib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cpp-httplib.rb b/Formula/c/cpp-httplib.rb index 40d126f0a7462..98655a1536411 100644 --- a/Formula/c/cpp-httplib.rb +++ b/Formula/c/cpp-httplib.rb @@ -1,8 +1,8 @@ class CppHttplib < Formula desc "C++ header-only HTTP/HTTPS server and client library" homepage "https://github.com/yhirose/cpp-httplib" - url "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.18.6.tar.gz" - sha256 "8900747bba3dda8007f1876175be699036e09e4a25ceeab51196d9365bf1993a" + url "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.18.7.tar.gz" + sha256 "b7b1e9e4e77565a5a9bc95e761d5df3e7c0e8ca37c90fd78b1b031bc6cb90fc1" license "MIT" bottle do From 25935a245f62e48ff5bf70a01e730c06389a67e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:41:01 +0000 Subject: [PATCH 2/2] cpp-httplib: update 0.18.7 bottle. --- Formula/c/cpp-httplib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cpp-httplib.rb b/Formula/c/cpp-httplib.rb index 98655a1536411..6fb4037615859 100644 --- a/Formula/c/cpp-httplib.rb +++ b/Formula/c/cpp-httplib.rb @@ -6,7 +6,7 @@ class CppHttplib < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "2b951d8582b21769a2f3a4a1dc5ba4e8044600a7471e3d984c1b0faecc5ad6ae" + sha256 cellar: :any_skip_relocation, all: "b6983e275dba216c3557d1921e18cbe724e9f548d0052aae889f3bd5cee3bf94" end depends_on "cmake" => :build