From e5d84b62ed50a2b64675addbc06f08a96b40f0ec Mon Sep 17 00:00:00 2001 From: Porkepix Date: Mon, 5 Feb 2024 07:40:45 +0100 Subject: [PATCH 1/2] cli11 2.4.0 --- Formula/c/cli11.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cli11.rb b/Formula/c/cli11.rb index 98b18261110e80..e7199c3c07b998 100644 --- a/Formula/c/cli11.rb +++ b/Formula/c/cli11.rb @@ -1,8 +1,8 @@ class Cli11 < Formula desc "Simple and intuitive command-line parser for C++11" homepage "https://cliutils.github.io/CLI11/book/" - url "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.3.2.tar.gz" - sha256 "aac0ab42108131ac5d3344a9db0fdf25c4db652296641955720a4fbe52334e22" + url "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.0.tar.gz" + sha256 "d2ce8d5318d2a7a7d1120e2a18caac49cd65423d5d4158cbbc0267e6768af522" license "BSD-3-Clause" head "https://github.com/CLIUtils/CLI11.git", branch: "master" From cd2274c2a766f3692b4382d6885ea5cc9a1057d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:15:29 +0000 Subject: [PATCH 2/2] cli11: update 2.4.0 bottle. --- Formula/c/cli11.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cli11.rb b/Formula/c/cli11.rb index e7199c3c07b998..87560de28d7f9a 100644 --- a/Formula/c/cli11.rb +++ b/Formula/c/cli11.rb @@ -7,7 +7,7 @@ class Cli11 < Formula head "https://github.com/CLIUtils/CLI11.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "3d5ba7a68bb33ef0ba52b9d8d60cf1cbe3a608def227663bd3d3940ec52c22bd" + sha256 cellar: :any_skip_relocation, all: "7688b1e80a07d15c514e081a1cf4d0d1c204668d32fd30556463d7fce5c9f1bf" end depends_on "cmake" => :build