diff --git a/Formula/c/cpp-httplib.rb b/Formula/c/cpp-httplib.rb index 9b7819aa23ab..3e06c07fa9d7 100644 --- a/Formula/c/cpp-httplib.rb +++ b/Formula/c/cpp-httplib.rb @@ -1,12 +1,12 @@ 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.28.0.tar.gz" - sha256 "ccb32f9832c906d571f61794f453223dbb724ba738265551e3cd28ca325b529d" + url "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.29.0.tar.gz" + sha256 "4bd78e4f1f7ccc92c7de717321cc6af8305f30ac037cbd2365862ad6bfaefe61" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "d461c225657b9e98a35e2ef211c1a590bbd6aa25a216e59efa8f334950a69392" + sha256 cellar: :any_skip_relocation, all: "ab80516163c8bfcdf6a3c94bff034b758dbad9621be23edd15efb2eaac63e01a" end depends_on "cmake" => :build